Skip to content

Commit

Permalink
Merge pull request #92 from gliptak/patch-1
Browse files Browse the repository at this point in the history
Trigger GHA Build for PRs
  • Loading branch information
evanphx authored Apr 19, 2021
2 parents 1f897e6 + 3119591 commit 38301c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: go-hclog

on: [push]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
Expand Down

0 comments on commit 38301c5

Please sign in to comment.