File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [ master ]
16+ branches : [ main ]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : [ master ]
19+ branches : [ main ]
2020 schedule :
2121 - cron : ' 39 6 * * 3'
2222
Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88
99env :
1010 APPLITOOLS_API_KEY : ${{ secrets.APPLITOOLS_API_KEY }}
Original file line number Diff line number Diff line change 3030 - name : Run the test
3131 run : pytest ultrafastgrid_tutorial.py
3232
33- - uses : mikeal/publish-to-github-action@master
33+ - uses : mikeal/publish-to-github-action@main
3434 env :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36- BRANCH_NAME : ' master '
36+ BRANCH_NAME : ' main '
You can’t perform that action at this time.
0 commit comments