Skip to content

Commit

Permalink
Only run build on push
Browse files Browse the repository at this point in the history
pull_request event is only necessary when you want to accept a PR from
an external repository (a clone)
  • Loading branch information
joerideg committed Nov 2, 2023
1 parent 906725d commit 858e91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push, pull_request]
on: push
jobs:
build:
name: Build, lint & test
Expand Down

0 comments on commit 858e91e

Please sign in to comment.