Skip to content

Commit

Permalink
Run jobs on push only to main branch. (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiavrammsd authored Aug 11, 2024
1 parent 7ad7e38 commit cd64cdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: build

on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
Expand Down

0 comments on commit cd64cdd

Please sign in to comment.