Delete .github/workflows/test.yaml

This commit is contained in:
Zakary Timson 2023-08-14 18:22:30 +00:00
parent 7e9951bb3c
commit 93a1c77112

View File

@ -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