Skip to content

Commit

Permalink
typo in linux CI triggers' paths
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 24, 2021
1 parent 97d3679 commit 7653422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- "!**Makefile" # old build system is not tested in this workflow
- "**pyRF24Network/setup.py"
- "**pyRF24Network/*.cpp"
- ".github/workflows/build_linux.yml"
- ".github/workflows/linux_build.yml"
push:
paths:
- "*.h"
Expand All @@ -25,7 +25,7 @@ on:
- "!**Makefile" # old build system is not tested in this workflow
- "**pyRF24Network/setup.py"
- "**pyRF24Network/*.cpp"
- ".github/workflows/build_linux.yml"
- ".github/workflows/linux_build.yml"
release:
types: [published, edited]

Expand Down

0 comments on commit 7653422

Please sign in to comment.