Skip to content

Commit

Permalink
Renamed the branch from master to main, but forgot to update in the yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aregtech committed Oct 15, 2024
1 parent 279efba commit 7156feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CMake

on:
push: # Keep empty to run on each branch when push the code. Otherwise use branches: [ master ]
branches: [ master ]
branches: [ main ]
pull_request: # Set to master to run only when merge with master branch
branches: [ master ]
branches: [ main ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit 7156feb

Please sign in to comment.