Skip to content

Commit 374fd17

Browse files
authored
Run the CI in the production branch and on every pull request (#5661)
I think the previous rules were a bit too restrictive. With this PR: - The checks will run on pushes to production too. - Run the CI on every pull request and not just the ones to the main.
2 parents 6a9d78a + b78d35c commit 374fd17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- production
78
pull_request:
8-
branches:
9-
- main
109

1110
jobs:
1211
lint:

0 commit comments

Comments
 (0)