diff options
author | Blaž Hrastnik | 2023-02-09 02:04:44 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2023-02-09 02:04:44 +0000 |
commit | 8e2eab1a6fd90e3989ac807f675b022c540ad014 (patch) | |
tree | c1c2cb316446a18fdbc7c9575f3e6ae34bfb7b6a /.github/workflows/build.yml | |
parent | 882fa11d17c27fbda3426023b898c0e7acb6cd94 (diff) |
Also run build checks on merge queue
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d6fcb3e..8f3b778a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: push: branches: - master + merge_group: schedule: - cron: '00 01 * * *' |