Zakary Timson
2b811254ab
All checks were successful
Workflow Test / Step One (push) Has been skipped
11 lines
241 B
YAML
11 lines
241 B
YAML
name: Workflow Test
|
|
on: push
|
|
|
|
jobs:
|
|
first:
|
|
name: Step One
|
|
if: github.ref == 'refs/heads/develop'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: ztimson/actions/git/checkout@develop
|
|
- uses: ztimson/actions/git/tag@develop |