Skip to content

Commit

Permalink
renamed workflow files to align with API name
Browse files Browse the repository at this point in the history
  • Loading branch information
srAtKong committed Oct 20, 2024
1 parent 3c12a16 commit f194f37
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 f194f37

Please sign in to comment.