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 9a258a2 commit 3961241Copy full SHA for 3961241
.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,7 +2,7 @@ name: CI
push:
- branches: ["master"]
pull_request:
branches: ["master"]
.github/workflows/library.yml
@@ -2,7 +2,7 @@ name: Library
0 commit comments