Skip to content

Commit

Permalink
only run linux CI on "created release" events
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 28, 2021
1 parent 6dcd5f8 commit 36a2ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
- "**pyRF24Network/*.cpp"
- ".github/workflows/linux_build.yml"
release:
types: [published, edited]
types: [created]

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

0 comments on commit 36a2ca7

Please sign in to comment.