Skip to content

Commit

Permalink
don't do actions when just updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomityGuy committed Dec 29, 2023
1 parent 7705db9 commit 784e198
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: CMake on Linux
on:
push:
branches: [ "master" ]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ "master" ]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cmake-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: CMake on MacOS
on:
push:
branches: [ "master" ]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ "master" ]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: CMake on Windows
on:
push:
branches: [ "master" ]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit 784e198

Please sign in to comment.