Skip to content

Commit

Permalink
workflows: run GitHub actions on pull requests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed Jan 7, 2020
1 parent 9ec1dc6 commit daf2830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
@@ -1,5 +1,5 @@
name: Go
on: [push]
on: [push, pull_request]
jobs:

test-build:
Expand Down

0 comments on commit daf2830

Please sign in to comment.