Skip to content

Commit

Permalink
CI: restore original state
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed May 24, 2024
1 parent f6ac367 commit 7da00eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
---
name: CMake

on: [push]
on:
push:
paths-ignore:
- 'doc/**'
branches:
- main
- releasebranch_*
pull_request:
paths-ignore:
- 'doc/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit 7da00eb

Please sign in to comment.