Delete .github/workflows/test.yaml
This commit is contained in:
parent
7e9951bb3c
commit
93a1c77112
11
.github/workflows/test.yaml
vendored
11
.github/workflows/test.yaml
vendored
@ -1,11 +0,0 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user