Skip to content

Commit 8554d68

Browse files
authored
try to restrict push, pull to stop double checks
1 parent 62ddc02 commit 8554d68

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Bmore-Responsive
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
pull_request:
6+
types: [opened, reopened]
7+
68
env:
79
NODE_ENV: development
810
DATABASE_PASSWORD: password

0 commit comments

Comments
 (0)