Skip to content

Commit 612272a

Browse files
committed
Remove trigger CI on PR #121
1 parent 87f379d commit 612272a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: CI
22

33
# do not run workflow twice on PRs
4-
on:
5-
push:
6-
pull_request:
7-
types: [opened, reopened]
4+
on: [push]
85

96
jobs:
107
build-mithril-core:

0 commit comments

Comments
 (0)