Skip to content

Commit c52df54

Browse files
authored
Update python-app.yml
1 parent a0bdc0b commit c52df54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Python application
33
on:
44
push:
55
branches:
6-
- master # Change to 'main' if your default branch is named 'main'
6+
- main # Change to 'main' if your default branch is named 'main'
77
pull_request:
88
branches:
9-
- master # Change to 'main' if your default branch is named 'main'
9+
- main # Change to 'main' if your default branch is named 'main'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)