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