Skip to content

Commit

Permalink
ci: more 'on' triggers
Browse files Browse the repository at this point in the history
* Reformats to better support parameters.
* Adds merge_group trigger for supporting queued merges.
* Adds cron scheduled build.
  • Loading branch information
cpu authored and chifflier committed Apr 19, 2024
1 parent 15b8867 commit 5c0da94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Continuous integration

on: [push, pull_request]
on:
push:
pull_request:
merge_group:
schedule:
- cron: '0 18 * * *'

jobs:
check:
Expand Down

0 comments on commit 5c0da94

Please sign in to comment.