Skip to content

Commit 431c3a3

Browse files
authored
ci: fix run condition (#7373)
* ci: fix run condition * ci: tweak rules * ci: revert change not needed * ci: change build onditions
1 parent 9ff3a78 commit 431c3a3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/run-ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: Continuous integration
22

33
on:
44
pull_request:
5-
branches:
6-
- "!sponsors"
7-
push:
8-
branches:
9-
- "!sponsors"
5+
types: [opened, synchronize, reopened]
106

117
permissions:
128
contents: read

0 commit comments

Comments
 (0)