mirror of
https://github.com/novoid/filetags.git
synced 2026-06-14 03:21:19 +00:00
ci(ci_pytest.yml): allow a default branch master
For greater flexibility, the ci allows `master` as an additional name of the local default branch beside frequently seen `main`. It however replaces `main` by `master` as the default in the blessed repository. Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
This commit is contained in:
parent
0528ef3306
commit
8f51cbb283
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci_pytest.yml
vendored
3
.github/workflows/ci_pytest.yml
vendored
|
|
@ -9,10 +9,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue