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.
master
Peter Hutterer 2022-01-17 14:08:59 +10:00
parent 121cd37753
commit be68829a6b
1 changed files with 1 additions and 5 deletions

View File

@ -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: {}