Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit e252e28

Browse files
authored
Merge pull request #1561 from roiLeo/fix/github/workflow
⚒️ github workflow
2 parents 3f07a3e + f39bfb4 commit e252e28

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/imgcmp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: imgcmp
2-
on: pull_request
2+
on:
3+
push:
4+
branches: [ main-nuxt ]
35
jobs:
46
build:
57
name: imgcmp

.github/workflows/reviewdog.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
name: reviewdog
33
on:
4-
push:
5-
branches: [ main-nuxt ]
64
pull_request:
75
branches: [ main-nuxt ]
86
jobs:

.github/workflows/snyk-infrastructure-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
name: Snyk Infrastructure as Code
99

1010
on:
11-
push:
12-
branches: [ main-nuxt, main ]
1311
schedule:
1412
- cron: '19 22 * * 1'
1513

0 commit comments

Comments
 (0)