Skip to content

Commit 05fd14e

Browse files
author
Joachim Jablon
committed
Don't run twice on PRs
1 parent 10fe4e0 commit 05fd14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- '*'
7+
- 'master'
88
tags:
99
- '*'
1010

0 commit comments

Comments
 (0)