ci: run on all branches
This commit is contained in:
parent
101f47d78f
commit
91126388b5
2 changed files with 2 additions and 14 deletions
8
.github/workflows/ci_build.yml
vendored
8
.github/workflows/ci_build.yml
vendored
|
@ -1,13 +1,7 @@
|
||||||
# Build river and run the test suite every time a commit is pushed to master or
|
# Build river and run the test suite every time a commit is pushed to master or
|
||||||
# a pull request is opened against master.
|
# a pull request is opened against master.
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
name: Archliunx
|
name: Archliunx
|
||||||
|
|
||||||
|
|
8
.github/workflows/ci_build_xwayland.yml
vendored
8
.github/workflows/ci_build_xwayland.yml
vendored
|
@ -1,13 +1,7 @@
|
||||||
# Build river and run the test suite with xwayland enabled every time a commit
|
# Build river and run the test suite with xwayland enabled every time a commit
|
||||||
# is pushed to master or a pull request is opened against master.
|
# is pushed to master or a pull request is opened against master.
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
name: Archliunx + Xwayland
|
name: Archliunx + Xwayland
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue