Skip to content

Commit

Permalink
tag the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Apr 18, 2024
1 parent bb958f6 commit af4a43a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit af4a43a

Please sign in to comment.