We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db94b67 commit b7863c6Copy full SHA for b7863c6
.github/workflows/python-app.yml
@@ -5,7 +5,7 @@ name: Python application
5
6
on:
7
push:
8
- branches: [ "main", "deploy-and-test" ]
+ branches: [ "main" ]
9
pull_request:
10
branches: [ "main" ]
11
.github/workflows/tests.yml
@@ -4,7 +4,6 @@ on:
4
branches:
- main # Trigger on push to the main branch
- - deploy-and-test # Also trigger on deploy-and-test branch
- main # Trigger on pull requests to the main branch
0 commit comments