Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 committed Aug 8, 2024
1 parent f9997f7 commit 17a8767
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: [ "main" ]
branches: [ "master" ]

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: [ "main" ]
branches: [ "master" ]

jobs:
build:
Expand Down

0 comments on commit 17a8767

Please sign in to comment.