We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bdc0b commit c52df54Copy full SHA for c52df54
1 file changed
.github/workflows/python-app.yml
@@ -3,10 +3,10 @@ name: Python application
3
on:
4
push:
5
branches:
6
- - master # Change to 'main' if your default branch is named 'main'
+ - main # Change to 'main' if your default branch is named 'main'
7
pull_request:
8
9
10
11
jobs:
12
build:
0 commit comments