We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee23c79 commit bab87d0Copy full SHA for bab87d0
1 file changed
.github/workflows/release.yml
@@ -0,0 +1,12 @@
1
+# Workflow to test all the release events that we can trigger in GitHub Actions
2
+name: Release
3
+
4
+on:
5
+ release:
6
7
+jobs:
8
+ context:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v4
12
+ - uses: ./.github/actions/context
0 commit comments