Skip to content

Commit

Permalink
Merge pull request #601 from clearlydefined/enable-dev-deploy-on-mast…
Browse files Browse the repository at this point in the history
…er-merge

Deploys to dev on master merge
  • Loading branch information
ljones140 authored Sep 30, 2024
2 parents f0fb76a + be282d4 commit 3e1fdc8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Build and Deploy -- DEV

on:
workflow_dispatch:
# TODO: once tested run on master push
# push:
# branches: [master]
push:
branches: [master]

jobs:
upload-package-lock-json:
Expand Down

0 comments on commit 3e1fdc8

Please sign in to comment.