summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-01-17 14:08:59 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-01-17 21:44:48 +1000
commitbe68829a6baee15518291dbfd996cae84ad42b34 (patch)
treeb16dc8bb82cf1250d7c6a2eb606ef2d77a9470e1 /.github
parent121cd377539da3d91c8d44556d0962331444f3b4 (diff)
downloadxorg-lib-libxkbcommon-be68829a6baee15518291dbfd996cae84ad42b34.tar.gz
CI: always run the linux workflow
This makes it easier for contributors to check if their code runs correctly without having to file a PR. The Mac and Windows workflows are a bit more involved, so let's keep those on pull requests only.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index a578fc6..47f4883 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -1,10 +1,6 @@
name: linux
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
+on: [push, pull_request]
# Set permissions at the job level.
permissions: {}