We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a9dd5e + 77d4710 commit 81683ceCopy full SHA for 81683ce
.github/workflows/tag-and-release.yml
@@ -0,0 +1,12 @@
1
+---
2
+name: Tag & Release
3
+'on':
4
+ push:
5
+ branches:
6
+ - stackhpc/2025.1
7
+permissions:
8
+ actions: read
9
+ contents: write
10
+jobs:
11
+ tag-and-release:
12
+ 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