Skip to content

tag the tag

tag the tag #1

Workflow file for this run

name: Tag

Check failure on line 1 in .github/workflows/tag.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tag.yml

Invalid workflow file

`tag` is not a valid event name
on:
tag:
pull_request:
jobs:
context:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/context