👷 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

@@ -1,15 +1,16 @@
name: Test Build
on: [push, pull_request]
on: [push]
jobs:
build:
name: Build Example Site
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