Skip to content

Commit

Permalink
change test_mod trigger to push
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed Aug 26, 2021
1 parent 0ef11eb commit 4510aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_mod.cue
Expand Up @@ -4,7 +4,7 @@ import "github.com/hofstadter-io/hof/.github/workflows/common"

common.#Workflow & {
name: "test_mod"
on: pull_request: {
on: push: {
paths: ["lib/mod/**"]
}
jobs: test: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_mod.yml
@@ -1,6 +1,6 @@
name: test_mod
on:
pull_request:
push:
paths:
- lib/mod/**
jobs:
Expand Down

0 comments on commit 4510aa5

Please sign in to comment.