We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f4740 commit b20ffe8Copy full SHA for b20ffe8
2 files changed
.github/workflows/main.yml
@@ -4,11 +4,10 @@ on:
4
push:
5
branches:
6
- master
7
- - master-next # FIXME:eddeee888 Remove once done
+
8
pull_request:
9
10
11
- - master-next # FIXME:eddeee888 Remove once released
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/pr.yml
@@ -3,7 +3,6 @@ on:
3
0 commit comments