Update ubuntu-20.04.yml
Change because of rename of "master" branch to "main". Had to be done.
This commit is contained in:
parent
482fff8536
commit
cb59d2586c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ubuntu-20.04.yml
vendored
4
.github/workflows/ubuntu-20.04.yml
vendored
|
|
@ -5,9 +5,9 @@ name: Ubuntu 20.04 (Focal Fossa)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue