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 506887f commit 350c2aaCopy full SHA for 350c2aa
.github/workflows/humble-rhel-binary-build.yml
@@ -1,14 +1,12 @@
1
name: Humble RHEL Binary Build
2
on:
3
workflow_dispatch:
4
+ push:
5
branches:
6
- humble
7
pull_request:
8
9
- push:
10
- branches:
11
- - humble
12
schedule:
13
# Run every day to detect flakiness and broken dependencies
14
- cron: '03 1 * * *'
.github/workflows/rolling-rhel-binary-build.yml
name: Rolling RHEL Binary Build
- master
- - master
0 commit comments