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.
1 parent bd24c20 commit c659786Copy full SHA for c659786
.github/workflows/library.yml
@@ -3,6 +3,7 @@ name: Build and test library
3
on:
4
push:
5
branches: [main]
6
+ tags: [ '*.*.*-*' ]
7
pull_request:
8
9
types: [opened, synchronize]
@@ -13,4 +14,4 @@ jobs:
13
14
name: Build and test library
15
uses: zig-devel/toolset/.github/workflows/_library.yml@latest
16
permissions:
- contents: write
17
+ contents: write
0 commit comments