Skip to content

Commit

Permalink
Let run the GitHub actions on any branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancho committed Feb 5, 2024
1 parent 742dc48 commit be3d7af
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,9 +2,13 @@ name: Test (CMake)

on:
push:
branches: [ "master" ]
branches:
- 'master'
- '*'
pull_request:
branches: [ "master" ]
branches:
- 'master'
- '*'

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit be3d7af

Please sign in to comment.