Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 10, 2024
1 parent 40de9c7 commit 0b5f1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy

on:
push:
branches: [ master ]
branches: [ master, james/updates ]
workflow_dispatch:
branches:
- master
Expand All @@ -16,7 +16,7 @@ jobs:
with:
environment: dev3
secrets: inherit
if: github.ref == 'refs/heads/master'
#if: github.ref == 'refs/heads/master'

deploy_to_prod1:
name: Deploy to prod 1
Expand Down

0 comments on commit 0b5f1cc

Please sign in to comment.