Skip to content

Commit c659786

Browse files
committed
Add tags to CI
1 parent bd24c20 commit c659786

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/library.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and test library
33
on:
44
push:
55
branches: [main]
6+
tags: [ '*.*.*-*' ]
67
pull_request:
78
branches: [main]
89
types: [opened, synchronize]
@@ -13,4 +14,4 @@ jobs:
1314
name: Build and test library
1415
uses: zig-devel/toolset/.github/workflows/_library.yml@latest
1516
permissions:
16-
contents: write
17+
contents: write

0 commit comments

Comments
 (0)