Skip to content

Commit

Permalink
Fixed branches
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 authored Mar 13, 2024
1 parent f187faa commit 720c3dd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: CMake

on:
push:
branches: [master, develop]
branches:
- master
- develop
paths-ignore:
- 'doc/**'
- '!doc/CMakeLists.txt'
Expand All @@ -11,7 +13,9 @@ on:
- 'Version3/**'
- 'README.md'
pull_request:
branches: [master, develop]
branches:
- master
- develop
paths-ignore:
- 'doc/**'
- '!doc/CMakeLists.txt'
Expand Down

0 comments on commit 720c3dd

Please # to comment.