Update .github/workflows/test.yaml
All checks were successful
Workflow Test / Step One (push) Has been skipped

This commit is contained in:
Zakary Timson 2023-08-07 01:24:36 +00:00
parent 4b64c33ee3
commit 2b811254ab

View File

@ -4,6 +4,7 @@ on: push
jobs:
first:
name: Step One
if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest
steps:
- uses: ztimson/actions/git/checkout@develop