Skip to content

Commit 46b63ac

Browse files
Some fixes to GHA files (#19)
1 parent 8050c41 commit 46b63ac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Main WF"
22

3-
on: push
3+
on:
4+
push:
5+
branches-ignore:
6+
- 'trunk'
47

58
jobs:
69
unit-tests:

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-24.04
1111
permissions:
12-
contents: read
12+
contents: write
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:

0 commit comments

Comments
 (0)