Skip to content

Commit da34baa

Browse files
Run workflow on pushes to save cache (#225) (#227)
(cherry picked from commit 077825c) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
1 parent 5bb48f7 commit da34baa

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/humble-ci-pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches:
77
- humble
8+
push:
9+
branches:
10+
- humble
811

912
concurrency:
1013
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/jazzy-pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches:
77
- jazzy
8+
push:
9+
branches:
10+
- jazzy
811

912
concurrency:
1013
# cancel previous runs of the same workflow

.github/workflows/rolling-pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches:
77
- master
8+
push:
9+
branches:
10+
- master
811

912
concurrency:
1013
# cancel previous runs of the same workflow

0 commit comments

Comments
 (0)