Skip to content

Commit

Permalink
Adapt target branch for fetching staging deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Aug 23, 2023
1 parent 91e526a commit f165a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
deployment_staging:
name: "Deployment staging"
uses: "doctrine/doctrine-website/.github/workflows/deployment.yml@master"
uses: "doctrine/doctrine-website/.github/workflows/deployment.yml@staging"
with:
environment: "staging"
secrets:
Expand Down

0 comments on commit f165a64

Please sign in to comment.