We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb958f6 commit af4a43aCopy full SHA for af4a43a
1 file changed
.github/workflows/tag.yml
@@ -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