Skip to content

Commit

Permalink
try running on all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Varanasi authored and Kaushik Varanasi committed May 25, 2023
1 parent 1290c07 commit ccdad92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push.yml
@@ -1,5 +1,9 @@
name: golang-pipeline
on: push
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ccdad92

Please sign in to comment.