diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml deleted file mode 100644 index 1b063a3..0000000 --- a/.github/workflows/test.yaml +++ /dev/null @@ -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 \ No newline at end of file