We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8013f7e commit e4374e0Copy full SHA for e4374e0
.github/workflows/pr.yml
@@ -1,6 +1,11 @@
1
name: Pull Requests
2
3
on:
4
+ push:
5
+ branches-ignore:
6
+ - "main"
7
+ - "master"
8
+ - "development"
9
pull_request:
10
branches:
11
- development
0 commit comments