Skip to content

Commit 9b09674

Browse files
committed
always run on PRs
1 parent 025078f commit 9b09674

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Continuous Integration
22

33
on:
4-
push:
5-
branches: [ main ]
64
pull_request:
5+
push:
76
branches: [ main ]
87

98
jobs:

0 commit comments

Comments
 (0)