Skip to content

Commit

Permalink
fix: run ci only on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Grubov committed Jul 20, 2024
1 parent 00e8023 commit 4c1ec0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Linting with luacheck

on:
- push
- pull_request

jobs:
run-luacheck-linter:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Testing with unit tests

on:
- push
- pull_request

jobs:
run-unit-tests:
Expand Down

0 comments on commit 4c1ec0f

Please sign in to comment.