Skip to content

Commit

Permalink
(chore): porter/porter should run on push to main and merge into main (
Browse files Browse the repository at this point in the history
…#3016)

* (bug): Run porter workflow for PR and merge into main

Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com>

---------

Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com>
  • Loading branch information
schristoff authored Mar 13, 2024
1 parent bb5ede0 commit d249b12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/porter-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ on:
jobs:
build_pipelinesrelease_template:
name: build_pipelinesrelease_template
uses: './.github/workflows/build_pipelinesrelease_template.yml'
uses: ./.github/workflows/build_pipelinesrelease_template.yml
with:
registry: ghcr.io/getporter
shouldPublish: ${{inputs.shouldPublish}}
skipTests: ${{inputs.skipTests}}
shouldPublish: "${{inputs.shouldPublish}}"
skipTests: "${{inputs.skipTests}}"
5 changes: 4 additions & 1 deletion .github/workflows/porter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: porter/porter
name: porter
on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
env:
Expand Down

0 comments on commit d249b12

Please sign in to comment.