Skip to content

Commit bab87d0

Browse files
authored
tmp: release test (#73)
1 parent ee23c79 commit bab87d0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)