Skip to content

Commit

Permalink
deploy to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Jul 19, 2024
1 parent 9a0aecc commit 3ce654a
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: [development]
branches: [rm/template-exploration]
repository_dispatch:
types: deploy-staging
workflow_dispatch:
Expand All @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: development
ref: rm/template-exploration
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit 3ce654a

Please sign in to comment.