Skip to content

Commit

Permalink
Fix branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 committed Aug 14, 2024
1 parent 36800c1 commit 6858108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI - Pull request - Ubuntu

on:
pull_request:
branches: [ "master" ]
branches: [ "main" ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI - Push request - Ubuntu

on:
push:
branches: [ "master" ]
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit 6858108

Please sign in to comment.