mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
CI: run cross compile on all branches
The github action based cross compile tests are only running when pushing to master or criu-dev. This changes this to have it run on all branches. Useful to have all CI tests running on personal CRIU checkouts on branches with other names. If I prepare a branch to create a new pull request, the cross compile tests have not been running if my branch has another name than criu-dev or master. With this change these tests will run on all branches. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
32b162831d
commit
fd7b6e73d6
1 changed files with 1 additions and 5 deletions
6
.github/workflows/cross-compile.yml
vendored
6
.github/workflows/cross-compile.yml
vendored
|
|
@ -1,10 +1,6 @@
|
|||
name: Cross Compile Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [criu-dev, master]
|
||||
pull_request:
|
||||
branches: [criu-dev, master]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue