Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/rolling-debian-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Rolling - Debian Binary Build
on:
workflow_dispatch:
pull_request:
pull_request: &event
branches:
- main
push: *event

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/rolling-win-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ name: Rolling Windows Binary Build

on:
workflow_dispatch:
pull_request:
branches:
- main
push:
pull_request: &event
branches:
- main
push: *event

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
Expand Down
Loading