diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml new file mode 100644 index 0000000..ee3933e --- /dev/null +++ b/.github/workflows/tag.yml @@ -0,0 +1,13 @@ +name: Tag + +on: + tag: + pull_request: + +jobs: + context: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: ./.github/actions/context +