Spaces:
Sleeping
Sleeping
Thought $default-branch is a real constant in Github.
Browse files
.github/workflows/main.yml
CHANGED
@@ -5,9 +5,9 @@ name: Python application
|
|
5 |
|
6 |
on:
|
7 |
push:
|
8 |
-
branches: [
|
9 |
pull_request:
|
10 |
-
branches: [
|
11 |
|
12 |
permissions:
|
13 |
contents: read
|
|
|
5 |
|
6 |
on:
|
7 |
push:
|
8 |
+
branches: [ master ]
|
9 |
pull_request:
|
10 |
+
branches: [ master ]
|
11 |
|
12 |
permissions:
|
13 |
contents: read
|