Skip to content

Commit 2bafd49

Browse files
committed
🚮 Remove all the trigger conditions for the git branch *develop** for saving the resource of GitHub Action.
1 parent 93cdf69 commit 2bafd49

5 files changed

+0
-9
lines changed

.github/workflows/test_gh_reusable_workflow.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: GitHub Action reusable workflow project CI Test
33
on:
44
push:
55
branches:
6-
- "develop**"
76
- "master"
87
paths:
98
# The workflow self.
@@ -17,7 +16,6 @@ on:
1716

1817
pull_request:
1918
branches:
20-
- "develop**"
2119
- "master"
2220
paths:
2321
# The workflow self.

.github/workflows/test_nested_pyproject_ci_multi-tests_by_poetry.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Nested Python project with Poetry CI Test (multi-tests)
33
on:
44
pull_request:
55
branches:
6-
- "develop**"
76
- "master"
87
paths:
98
# The workflow self.

.github/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Python project with Poetry CI Test (multi-tests)
33
on:
44
push:
55
branches:
6-
- "develop**"
76
- "master"
87
paths:
98
# The workflow self.
@@ -34,7 +33,6 @@ on:
3433

3534
pull_request:
3635
branches:
37-
- "develop**"
3836
- "master"
3937
paths:
4038
# The workflow self.

.github/workflows/test_python_project_ci_multi-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Python project CI Test (multi-tests)
33
on:
44
push:
55
branches:
6-
- "develop**"
76
- "master"
87
paths:
98
# The workflow self.
@@ -34,7 +33,6 @@ on:
3433

3534
pull_request:
3635
branches:
37-
- "develop**"
3836
- "master"
3937
paths:
4038
# The workflow self.

.github/workflows/test_python_project_ci_one-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Python project CI Test (one-test)
33
on:
44
push:
55
branches:
6-
- "develop**"
76
- "master"
87
paths:
98
# The workflow self.
@@ -34,7 +33,6 @@ on:
3433

3534
pull_request:
3635
branches:
37-
- "develop**"
3836
- "master"
3937
paths:
4038
# The workflow self.

0 commit comments

Comments
 (0)