Skip to content

Commit bf7538c

Browse files
committed
Migrate to common gh workflow
1 parent 3b9e990 commit bf7538c

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.github/workflows/library.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Build and test library
22

3-
permissions:
4-
contents: read
5-
63
on:
74
push:
85
branches: [main]
6+
tags: [ '*.*.*-*' ]
97
pull_request:
108
branches: [main]
119
types: [opened, synchronize]
@@ -15,3 +13,5 @@ jobs:
1513
build:
1614
name: Build and test library
1715
uses: zig-devel/toolset/.github/workflows/_library.yml@latest
16+
permissions:
17+
contents: write

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)