2023-08-06 19:20:12 -04:00
|
|
|
name: Workflow Test
|
|
|
|
on: push
|
|
|
|
|
|
|
|
jobs:
|
2023-08-06 21:21:13 -04:00
|
|
|
first:
|
|
|
|
name: Step One
|
2023-08-06 21:24:36 -04:00
|
|
|
if: github.ref == 'refs/heads/develop'
|
2023-08-06 21:21:13 -04:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: ztimson/actions/git/checkout@develop
|
|
|
|
- uses: ztimson/actions/git/tag@develop
|