Skip to content

Commit

Permalink
Only trigger verify CI step on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
skovhus committed May 6, 2020
1 parent 472aa2b commit 8777456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
@@ -1,6 +1,6 @@
name: Verify changes

on: [push, pull_request]
on: [pull_request]

jobs:
verify:
Expand Down

0 comments on commit 8777456

Please sign in to comment.