Skip to content

Commit

Permalink
Update and rename feature-dev-pipeline.yml to dev-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KlviG authored Aug 16, 2023
1 parent 6f1b434 commit ba86f5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Deploy Docker Compose
on:
push:
branches:
- feature-dev-pipeline
- dev

jobs:
deploy-dev-test:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/feature-dev-pipeline' # Only run for the 'feature' branch
if: github.ref == 'refs/heads/dev' # Only run for the 'feature' branch

steps:
- name: Checkout repository
Expand Down

0 comments on commit ba86f5d

Please sign in to comment.