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 62e6505 commit 9cf4f90Copy full SHA for 9cf4f90
.github/workflows/branch_ci.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches-ignore: [ "main" ]
6
paths-ignore: ['README.md']
7
+ pull_request:
8
+ types: ["opened", "reopened", "edited"]
9
+ paths-ignore: ["README.md"]
10
11
jobs:
12
branch-ci:
0 commit comments