Skip to content

Commit dd11969

Browse files
committed
Only do CI on push (not extra CI on pull requests)
1 parent b00b246 commit dd11969

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- '*'
77
tags:
88
- 'v*'
9-
pull_request:
10-
branches:
11-
- 'main'
129

1310
jobs:
1411
test:

.github/workflows/deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '*'
7+
78
jobs:
89
deps:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)