Skip to content

Commit b7863c6

Browse files
fix: remove deploy-and-test branch from workflow triggers
1 parent db94b67 commit b7863c6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Python application
55

66
on:
77
push:
8-
branches: [ "main", "deploy-and-test" ]
8+
branches: [ "main" ]
99
pull_request:
1010
branches: [ "main" ]
1111

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main # Trigger on push to the main branch
7-
- deploy-and-test # Also trigger on deploy-and-test branch
87
pull_request:
98
branches:
109
- main # Trigger on pull requests to the main branch

0 commit comments

Comments
 (0)