Skip to content

Commit

Permalink
Update Go-Getter test workflow to run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Feb 13, 2023
1 parent d666f9a commit f416c18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go-getter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: go-getter

on: [push]
on:
push:
branches:
- v2
pull_request:


env:
TEST_RESULTS_PATH: /tmp/test-results
Expand Down

0 comments on commit f416c18

Please sign in to comment.