Skip to content

Commit

Permalink
Enable deploy workflow on master push
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Dec 11, 2023
1 parent 174cda7 commit 0f8c841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dss-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy DSS
on:
push:
branches:
- master
workflow_dispatch: {}
pull_request: {}
jobs:
Expand Down

0 comments on commit 0f8c841

Please sign in to comment.