Skip to content

Commit

Permalink
change when to run
Browse files Browse the repository at this point in the history
Signed-off-by: Ludvig Liljenberg <lliljenberg@microsoft.com>
  • Loading branch information
ludfjig committed Aug 31, 2023
1 parent eb6fd95 commit e510fcd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/porter-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: porter/porter-integration
# this will only run when this is on main branch apparently so use pr for now (temporary)
#on:
# issue_comment:
# types: [created, edited]
on:
issue_comment:
types: [created, edited]
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'

env:
GOVERSION: 1.20.7
Expand Down

0 comments on commit e510fcd

Please sign in to comment.