Update .github/workflows/test.yaml
All checks were successful
Workflow Test / Step One (push) Successful in 4s
All checks were successful
Workflow Test / Step One (push) Successful in 4s
This commit is contained in:
parent
7d0d68c53a
commit
4b64c33ee3
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@ -4,7 +4,6 @@ on: push
|
|||||||
jobs:
|
jobs:
|
||||||
first:
|
first:
|
||||||
name: Step One
|
name: Step One
|
||||||
if: "$GITHUB_REF_NAME" == "develop"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ztimson/actions/git/checkout@develop
|
- uses: ztimson/actions/git/checkout@develop
|
||||||
|
Loading…
Reference in New Issue
Block a user