Skip to content

Commit 01f4373

Browse files
committed
CI: avoid duplicate actions on pull request
1 parent 90b0587 commit 01f4373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI
22

33
on:
44
push:
5-
branches-ignore:
6-
- "dependabot/**"
5+
branches:
6+
- master
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)