diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-07-15 18:39:21 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-07-15 18:44:33 +0200 |
| commit | 91126388b51ac1293a4b78ff29e183b4a4a31c08 (patch) | |
| tree | 59aa39a5d58d944be41a4bba83cf7e033f00cbb9 /.github/workflows | |
| parent | 101f47d78fa79d0d709c754a2323d72a2ef29752 (diff) | |
| download | river-91126388b51ac1293a4b78ff29e183b4a4a31c08.tar.gz river-91126388b51ac1293a4b78ff29e183b4a4a31c08.tar.xz | |
ci: run on all branches
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_build.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/ci_build_xwayland.yml | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index e1311f8..83759fd 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -1,13 +1,7 @@ # Build river and run the test suite every time a commit is pushed to master or # a pull request is opened against master. -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request] name: Archliunx diff --git a/.github/workflows/ci_build_xwayland.yml b/.github/workflows/ci_build_xwayland.yml index 6442f57..0c9ede5 100644 --- a/.github/workflows/ci_build_xwayland.yml +++ b/.github/workflows/ci_build_xwayland.yml @@ -1,13 +1,7 @@ # 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. -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request] name: Archliunx + Xwayland |
