Skip to content

Commit 0848d9b

Browse files
committed
CI: Don't run CI on non-master pushs
To avoid running twice, when opening a PR.
1 parent 19136c4 commit 0848d9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22
on:
33
push:
4+
branches:
5+
- master
6+
tags:
7+
- "*.*.*"
48
pull_request:
59
schedule:
610
- cron: '30 20 * * *'

0 commit comments

Comments
 (0)