Skip to content

Commit

Permalink
Merge pull request #39 from kong-education/feat/digenable
Browse files Browse the repository at this point in the history
Feat/digenable
  • Loading branch information
srAtKong authored Oct 20, 2024
2 parents f470297 + 96c50bb commit 5be8d1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,14 @@ name: Build Customer API - Generate Kong Configs
on:
workflow_dispatch:
# Run if someone pushes to the feature branch (during development)
# we've not put main here as nobody should push directly to main
push:
branches:
- feat/digenable
- feat/*
- main
paths:
- 'sales/customer/opeanapi.yaml'
- 'sales/customer/kong/**'
- '.github/workflows/build-customers.yaml'
# pull_request:
# branches:
# - main
# - feat/digenable
# paths:
# - 'sales/customer/opeanapi.yaml'
# - 'sales/customer/kong/**'
# - '.github/workflows/build-customers.yaml'
- '.github/workflows/build-customer.yaml'

jobs:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches:
- main
- feat/digenable
- feat/*
paths:
- '.github/artifacts/customer/*.yaml'
- '.github/workflows/deploy-customers.yaml'
- '.github/workflows/deploy-customer.yaml'

workflow_dispatch:

Expand Down

0 comments on commit 5be8d1d

Please sign in to comment.