Skip to content

Commit

Permalink
deploy from development
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Jul 29, 2024
1 parent 6f9f69e commit ae4aa52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy-staging

on:
push:
branches: [rm/template-exploration]
branches: [development]
repository_dispatch:
types: deploy-staging
workflow_dispatch:
Expand All @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: rm/template-exploration
ref: development
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit ae4aa52

Please sign in to comment.