Skip to content

Commit 2590cd4

Browse files
committed
ci: syntax
1 parent 7214d6c commit 2590cd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cypress
22

33
on:
4-
- pull_request
4+
- pull_request:
55
- push:
66
branches: '**'
77

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: docker-image
22

33
on:
4-
- pull_request
4+
- pull_request:
55
- push:
66
branches: 'master'
77
tags: '*'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: main
22

33
on:
4-
- pull_request
4+
- pull_request:
55
- push:
66
branches: '**'
77

0 commit comments

Comments
 (0)