Skip to content

Commit

Permalink
Update pipeline.yml - run action on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl authored Oct 9, 2024
1 parent 2c62f40 commit 006c5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
# - main
- '*'
- '**'
workflow_dispatch:
inputs:
environment:
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
# with:
# environment: production
# version: ${{ needs.build.outputs.version }}
# secrets: inherit
# secrets: inherit

0 comments on commit 006c5c1

Please sign in to comment.