Skip to content

Commit

Permalink
Update release-workflows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MWest2020 authored Sep 20, 2024
1 parent 090e557 commit 6a125dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release Workflow
on:
push:
branches:
- master
- main
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
--exclude='docker' \
--exclude='docs' \
--exclude='node_modules' \
--exclude='src' \
--exclude='/src' \
--exclude='test' \
--exclude='package-lock.json' \
--exclude='composer.lock' \
Expand Down

0 comments on commit 6a125dd

Please sign in to comment.