Skip to content

Commit 6beeeba

Browse files
committed
Remove run on push
1 parent 4490c2a commit 6beeeba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Continuous Integration
2-
on: [push, pull_request]
2+
on: [pull_request]
33
jobs:
44
docs:
55
runs-on: ubuntu-latest

.github/workflows_source/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Continuous Integration
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
_anchors:
66
checkout: &CHECKOUT

0 commit comments

Comments
 (0)