Skip to content

Commit a02c327

Browse files
committed
ci: syntax
1 parent 2590cd4 commit a02c327

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cypress.yml

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

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

88
jobs:

.github/workflows/docker-image.yml

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

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

.github/workflows/main.yml

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

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

88
jobs:

0 commit comments

Comments
 (0)