Skip to content

Commit ec775f5

Browse files
authored
chore: Run ci only on pull_request and push to main (#146)
1 parent e919d0a commit ec775f5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/esy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Esy
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches: [main]
5+
pull_request:
56

67
jobs:
78
build:

.github/workflows/opam.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Opam
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches: [main]
5+
pull_request:
56

67
jobs:
78
build:

0 commit comments

Comments
 (0)