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.
2 parents d191657 + 6889140 commit 3192581Copy full SHA for 3192581
.github/workflows/quicktest.yml
@@ -1,10 +1,10 @@
1
name: Quicktest
2
3
on:
4
- # Run on pushes, including merges, to all branches except `master`.
+ # Run on pushes, including merges, to all branches except `stable`.
5
push:
6
branches-ignore:
7
- - master
+ - stable
8
paths-ignore:
9
- '**.md'
10
.github/workflows/test.yml
name: Test
- # Run on pushes to `master` and on all pull requests.
+ # Run on pushes to `stable` and on all pull requests.
branches:
pull_request:
0 commit comments