Skip to content

Commit 4df6f81

Browse files
authored
Merge pull request #6 from ruxwez/testing
Remove push trigger for main in PR workflow
2 parents 9a4e3a0 + 5d8a10d commit 4df6f81

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pr-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: PR - Build (amd64, arm64)
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened, ready_for_review]
6-
push:
7-
branches: [main]
6+
87
permissions:
98
contents: read
109
pull-requests: read

0 commit comments

Comments
 (0)