Skip to content

Commit

Permalink
Simplify CI: remove pull_request check, only push is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Aug 10, 2020
1 parent 0cebfd1 commit 1fcfbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [push, pull_request]
on: [push]
name: test
jobs:
lint:
Expand Down

0 comments on commit 1fcfbb8

Please sign in to comment.