👷 Update GitHub workflows

This commit is contained in:
James Panther
2022-06-17 10:24:44 +10:00
parent a620f187e0
commit a8066e7a18
4 changed files with 37 additions and 4 deletions

View File

@@ -7,12 +7,13 @@ on:
jobs:
build-deploy:
name: Build and Deploy
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0