Skip to content

Commit

Permalink
fix: only test on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpeterswa committed Feb 23, 2023
1 parent 63a9aaa commit 1a51438
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 @@
---
on: [push, pull_request] # yamllint disable-line rule:truthy
on: [pull_request] # yamllint disable-line rule:truthy
name: main
jobs:
commitlint:
Expand Down

0 comments on commit 1a51438

Please sign in to comment.