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