Skip to content

Commit

Permalink
only run workflow on main and develop
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Oct 23, 2024
1 parent 8ba69c9 commit d43b3a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: CMake on multiple platforms

on:
push:
branches: [ "**" ]
branches:
- "main"
- "develop"
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit d43b3a8

Please sign in to comment.