retereum commited on
Commit
7491c43
·
1 Parent(s): 6796b35

Thought $default-branch is a real constant in Github.

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -5,9 +5,9 @@ name: Python application
5
 
6
  on:
7
  push:
8
- branches: [ $default-branch ]
9
  pull_request:
10
- branches: [ $default-branch ]
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