Skip to content

Commit d37006c

Browse files
Merge pull request #26 from pineapple-EPITA/fix/pr-workflow
fix(ci): remove unrequired branch name
2 parents f5d5cfc + 5370cea commit d37006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
on:
99
pull_request:
10-
branches: [ main, develop ]
10+
branches: [ main ]
1111

1212
jobs:
1313
test-and-lint:

0 commit comments

Comments
 (0)