Skip to content

Commit

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

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


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

0 comments on commit d5cdddb

Please sign in to comment.