Skip to content

Commit

Permalink
CI: Don't run CI on non-master pushs
Browse files Browse the repository at this point in the history
To avoid running twice, when opening a PR.
  • Loading branch information
larskanis committed Jan 17, 2025
1 parent 19136c4 commit 0848d9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI
on:
push:
branches:
- master
tags:
- "*.*.*"
pull_request:
schedule:
- cron: '30 20 * * *'
Expand Down

0 comments on commit 0848d9b

Please sign in to comment.