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 982cb9d commit 3346a7eCopy full SHA for 3346a7e
.github/workflows/build-release.yml
@@ -1,5 +1,9 @@
1
name: Build (Release)
2
on:
3
+ push:
4
+ branches: ["master", "init"]
5
+ pull_request:
6
+ branches: ["master"]
7
workflow_dispatch:
8
9
jobs:
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
push:
- branches: [ master ]
pull_request:
10
.github/workflows/library.yml
@@ -2,9 +2,9 @@ name: Library
0 commit comments