Skip to content

Commit

Permalink
[ci] Add triggers to force builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Feb 20, 2024
1 parent 58ef584 commit c24ab2f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/focal-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI Ubuntu Focal

on:
repository_dispatch:
types:
- build-focal
push:
branches:
- '**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/jammy-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI Ubuntu Jammy

on:
repository_dispatch:
types:
- build-jammy
push:
branches:
- '**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI macOS

on:
repository_dispatch:
types:
- build-macos
push:
branches:
- '**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI Windows

on:
repository_dispatch:
types:
- build-windows
push:
branches:
- '**'
Expand Down

0 comments on commit c24ab2f

Please sign in to comment.