Skip to content

Commit

Permalink
updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Sep 20, 2024
1 parent e3e7442 commit 3d86b9b
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: [update-build-flow]
branches: [update-build-actions]
repository_dispatch:
types: deploy-staging
workflow_dispatch:
Expand All @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: update-build-flow
ref: update-build-actions
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 3d86b9b

Please sign in to comment.