Skip to content

Commit 7214d6c

Browse files
committed
ci: run on pull_request
1 parent d3cc7ca commit 7214d6c

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.github/workflows/cypress.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: cypress
22

33
on:
4-
push:
5-
branches: '**'
4+
- pull_request
5+
- push:
6+
branches: '**'
67

78
jobs:
89
all:

.github/workflows/docker-image.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: docker-image
22

33
on:
4-
push:
5-
branches: 'master'
6-
tags: '*'
4+
- pull_request
5+
- push:
6+
branches: 'master'
7+
tags: '*'
78

89
jobs:
910
publish:

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: main
22

33
on:
4-
push:
5-
branches: '**'
4+
- pull_request
5+
- push:
6+
branches: '**'
67

78
jobs:
89
# for branches, we only need to check Linux + Node LTS

0 commit comments

Comments
 (0)