We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4859e6e commit f2bf9f2Copy full SHA for f2bf9f2
2 files changed
.github/workflows/pre-commit.yml
@@ -2,9 +2,9 @@ name: Pre-commit
2
3
on:
4
pull_request:
5
- branches: [main, master]
+ branches: [main, master, "release/**"]
6
push:
7
8
9
jobs:
10
pre-commit:
.github/workflows/test.yml
@@ -2,9 +2,9 @@ name: Tests
test:
0 commit comments