Skip to content

Commit

Permalink
cI: Add trigger on push to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
leha-bot authored Sep 7, 2023
1 parent d656455 commit a5ec637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CMake + Conan (GCC 10)

on:
push:
branches: [ "master" ]
branches: [ "master", "develop" ]
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit a5ec637

Please sign in to comment.