Skip to content

Commit af4a43a

Browse files
committed
tag the tag
1 parent bb958f6 commit af4a43a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/tag.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Tag
2+
3+
on:
4+
tag:
5+
pull_request:
6+
7+
jobs:
8+
context:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: ./.github/actions/context
13+

0 commit comments

Comments
 (0)