Skip to content

Commit

Permalink
ci: adding pull_request trigger to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Feb 11, 2025
1 parent bea8725 commit 17186e7
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/account-operator-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
paths:
- 'charts/account-operator-crds/**'
- '.github/workflows/account-operator-crds.yaml'
pull_request:
paths:
- 'charts/account-operator-crds/**'
- '.github/workflows/account-operator-crds.yaml'

jobs:
pipeline:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/account-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
paths:
- 'charts/account-operator/**'
- '.github/workflows/account-operator.yaml'
pull_request:
paths:
- 'charts/account-operator/**'
- '.github/workflows/account-operator.yaml'

jobs:
pipeline:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
paths:
- 'charts/common/**'
- '.github/workflows/common.yaml'
pull_request:
paths:
- 'charts/common/**'
- '.github/workflows/common.yaml'

jobs:
pipeline:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/extension-manager-operator-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
paths:
- 'charts/extension-manager-operator-crds/**'
- '.github/workflows/extension-manager-operator-crds.yaml'
pull_request:
paths:
- 'charts/extension-manager-operator-crds/**'
- '.github/workflows/extension-manager-operator-crds.yaml'

jobs:
pipeline:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/extension-manager-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
paths:
- 'charts/extension-manager-operator/**'
- '.github/workflows/extension-manager-operator.yaml'
pull_request:
paths:
- 'charts/extension-manager-operator/**'
- '.github/workflows/extension-manager-operator.yaml'

jobs:
pipeline:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
paths:
- 'charts/infra/**'
- '.github/workflows/infra.yaml'
pull_request:
paths:
- 'charts/infra/**'
- '.github/workflows/infra.yaml'

jobs:
pipeline:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
paths:
- 'charts/keycloak/**'
- '.github/workflows/keycloak.yaml'
pull_request:
paths:
- 'charts/keycloak/**'
- '.github/workflows/keycloak.yaml'

jobs:
pipeline:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/kind-localsetup.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Test local setup
on:
pull_request:
branches:
- '**'
paths:
- 'local-setup/**'
push:
branches:
- 'main'
paths:
- 'local-setup/**'

concurrency:
group: localsetup-${{ github.ref }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/openmfp-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
paths:
- 'charts/openmfp-crds/**'
- '.github/workflows/openmfp-crds.yaml'
pull_request:
paths:
- 'charts/openmfp-crds/**'
- '.github/workflows/openmfp-crds.yaml'

jobs:
pipeline:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/openmfp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
paths:
- 'charts/openmfp/**'
- '.github/workflows/openmfp.yaml'
pull_request:
paths:
- 'charts/openmfp/**'
- '.github/workflows/openmfp.yaml'

jobs:
pipeline:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
paths:
- 'charts/portal/**'
- '.github/workflows/portal.yaml'
pull_request:
paths:
- 'charts/portal/**'
- '.github/workflows/portal.yaml'

jobs:
pipeline:
Expand Down

0 comments on commit 17186e7

Please sign in to comment.