Skip to content

Commit

Permalink
[BUGFIX] Avoid double CI runs for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Feb 3, 2024
1 parent d518539 commit 00f2c59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions

on:
pull_request:
push:
branches:
- main
pull_request:
schedule:
- cron: '3 3 * * 1'

Expand Down

0 comments on commit 00f2c59

Please sign in to comment.