We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c540ac8 + 56c5214 commit 28a1aaaCopy full SHA for 28a1aaa
.github/workflows/tag-and-release.yml
@@ -0,0 +1,11 @@
1
+---
2
+name: Tag & Release
3
+'on':
4
+ push:
5
+ branches:
6
+ - stackhpc/wallaby
7
+permissions:
8
+ contents: write
9
+jobs:
10
+ tag-and-release:
11
+ uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main
.github/workflows/tox.yml
@@ -0,0 +1,7 @@
+name: Tox Continuous Integration
+ pull_request:
+ tox:
+ uses: stackhpc/.github/.github/workflows/tox.yml@main
0 commit comments