Skip to content

Commit 0ce6d89

Browse files
trlyampcode-com
andcommitted
Run workflows on push to any branch, remove pull_request triggers
Amp-Thread-ID: https://ampcode.com/threads/T-237d7d9f-de8b-45c4-bb4c-508498cf65b6 Co-authored-by: Amp <[email protected]>
1 parent 3d05b70 commit 0ce6d89

File tree

6 files changed

+0
-38
lines changed

6 files changed

+0
-38
lines changed

.github/workflows/demo-java-ktor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ name: Demo - Java Ktor
22

33
on:
44
push:
5-
branches: [main]
6-
paths:
7-
- "amp_demos/java/ktor/**"
8-
- ".github/workflows/demo-java-ktor.yml"
9-
- ".github/workflows/_demo-ci.yml"
10-
- ".github/actions/setup-mise/**"
11-
pull_request:
125
paths:
136
- "amp_demos/java/ktor/**"
147
- ".github/workflows/demo-java-ktor.yml"

.github/workflows/demo-java-spring-boot.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ name: Demo - Java Spring Boot
22

33
on:
44
push:
5-
branches: [main]
6-
paths:
7-
- "amp_demos/java/spring-boot/**"
8-
- ".github/workflows/demo-java-spring-boot.yml"
9-
- ".github/workflows/_demo-ci.yml"
10-
- ".github/actions/setup-mise/**"
11-
pull_request:
125
paths:
136
- "amp_demos/java/spring-boot/**"
147
- ".github/workflows/demo-java-spring-boot.yml"

.github/workflows/demo-javascript-react.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ name: Demo - JavaScript React
22

33
on:
44
push:
5-
branches: [main]
6-
paths:
7-
- "amp_demos/javascript/react/**"
8-
- ".github/workflows/demo-javascript-react.yml"
9-
- ".github/workflows/_demo-ci.yml"
10-
- ".github/actions/setup-mise/**"
11-
pull_request:
125
paths:
136
- "amp_demos/javascript/react/**"
147
- ".github/workflows/demo-javascript-react.yml"

.github/workflows/demo-javascript-svelte.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ name: Demo - JavaScript Svelte
22

33
on:
44
push:
5-
branches: [main]
6-
paths:
7-
- "amp_demos/javascript/svelte/**"
8-
- ".github/workflows/demo-javascript-svelte.yml"
9-
- ".github/workflows/_demo-ci.yml"
10-
- ".github/actions/setup-mise/**"
11-
pull_request:
125
paths:
136
- "amp_demos/javascript/svelte/**"
147
- ".github/workflows/demo-javascript-svelte.yml"

.github/workflows/demo-python-flask.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ name: Demo - Python Flask
22

33
on:
44
push:
5-
branches: [main]
6-
paths:
7-
- "amp_demos/python/flask/**"
8-
- ".github/workflows/demo-python-flask.yml"
9-
- ".github/workflows/_demo-ci.yml"
10-
- ".github/actions/setup-mise/**"
11-
pull_request:
125
paths:
136
- "amp_demos/python/flask/**"
147
- ".github/workflows/demo-python-flask.yml"

.github/workflows/shellcheck.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Shellcheck
22

33
on:
44
push:
5-
branches: [main]
6-
pull_request:
7-
branches: [main]
85

96
jobs:
107
shellcheck:

0 commit comments

Comments
 (0)