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 f647cd4 commit cceeed1Copy full SHA for cceeed1
.github/workflows/build.yml
@@ -5,7 +5,7 @@ name: Build
5
6
on:
7
push:
8
- branches: [main]
+ branches: [main, humble]
9
pull_request:
10
11
env:
.github/workflows/docker_image.yml
@@ -1,9 +1,11 @@
1
name: Docker Image
2
-
3
4
workflow_dispatch:
workflow_run:
workflows: ["Build"]
+ branches:
+ - main
+ - humble
types:
- completed
0 commit comments