summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0c4dacc..82608c8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,9 +1,9 @@
name: IWYU CI
on:
- - push
- - pull_request
- - schedule:
+ push:
+ pull_request:
+ schedule:
# Run build of master at 03:38 every day
- cron: '38 3 * * *'