Skip to content

Commit 8b5b4af

Browse files
Run all workflows also on push to cache ccache (#14)
1 parent dc1a7b2 commit 8b5b4af

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/rolling-debian-binary-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Rolling - Debian Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- main
7+
push: *event
78

89
concurrency:
910
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/rolling-win-binary-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ name: Rolling Windows Binary Build
44

55
on:
66
workflow_dispatch:
7-
pull_request:
8-
branches:
9-
- main
10-
push:
7+
pull_request: &event
118
branches:
129
- main
10+
push: *event
1311

1412
concurrency:
1513
# cancel previous runs of the same workflow, except for pushes on given branches

0 commit comments

Comments
 (0)