Skip to content

Commit

Permalink
[CI] Only trigger on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Mth0158 committed Feb 4, 2025
1 parent ab54630 commit 31e9338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push, pull_request]
on: [push]

jobs:
linters:
Expand Down

0 comments on commit 31e9338

Please sign in to comment.