Skip to content

Commit

Permalink
FIX Branch name in CI (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
PABannier authored Jul 30, 2023
1 parent 5daa570 commit 7600fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: boolean
push:
branches:
- master
- main
paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu']
pull_request:
types: [opened, synchronize, reopened]
Expand Down

0 comments on commit 7600fca

Please sign in to comment.