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 09c3c41 + 0f36c84 commit a3c1fa3Copy full SHA for a3c1fa3
.github/workflows/tag-and-release.yml
@@ -0,0 +1,12 @@
1
+---
2
+name: Tag & Release
3
+'on':
4
+ push:
5
+ branches:
6
+ - stackhpc/zed
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