Skip to content

Commit

Permalink
update yaml (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Artur Bać <[email protected]>
  • Loading branch information
arturbac and Artur Bać authored Aug 12, 2024
1 parent 77cf242 commit f9312c8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: CMake

on: [push]
on:
push:
branches: [ "master" ]
paths-ignore:
- 'README.md'
- 'docs/**'

pull_request:
paths-ignore:
- 'README.md'
- 'docs/**'

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

0 comments on commit f9312c8

Please sign in to comment.