Skip to content

Commit bfcd2f6

Browse files
author
parisb
committed
ci: fix triggers
1 parent e2e06bf commit bfcd2f6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
name: PR
55

66
on:
7-
push:
8-
branches: ["main"]
9-
107
pull_request:
118
branches: ["main"]
129

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
types:
66
- completed
77
branches:
8-
- stable
8+
- main
99

1010
permissions:
1111
contents: write
12-
# packages: write
13-
# issues: write
14-
# id-token: write
12+
packages: write
13+
issues: write
14+
id-token: write
1515

1616
jobs:
1717
release:

0 commit comments

Comments
 (0)