Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetrigo authored May 4, 2024
1 parent 6d864a8 commit bd9a037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches: [ main ]
paths-ignore:
- '**/*.md'
- '**.md'
pull_request:
branches: [ main ]
paths-ignore:
- '**/*.md'
- '**.md'

jobs:
build:
Expand Down Expand Up @@ -131,4 +131,4 @@ jobs:
- name: CMake build SMF library with hierarchical state machine feature
run: |
cmake --build build-debug
cmake --build build-release
cmake --build build-release

0 comments on commit bd9a037

Please sign in to comment.