Skip to content

Commit

Permalink
don't run tests on release
Browse files Browse the repository at this point in the history
- release should already be tested when created
  • Loading branch information
Zrnik committed Mar 23, 2024
1 parent 171dfa5 commit 87e40ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [push, release, pull_request]
on: [push, pull_request]

jobs:
hello_world_job:
Expand Down

0 comments on commit 87e40ac

Please sign in to comment.