Skip to content

Commit

Permalink
Merge pull request #156 from JoinColony/enable-auto-cicd-deployments
Browse files Browse the repository at this point in the history
Enable auto cicd deployments
  • Loading branch information
bogdan-1337 authored Jan 4, 2024
2 parents bdd8ee9 + f93a9b7 commit 186e773
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
workflow_dispatch: # Allows manual workflow trigger
repository_dispatch: # Allows API workflow trigger
types: [cdapp-block-ingestor]

push:
branches:
- master # Automatically deploy on commits to master
paths-ignore:
- '.github/**'
- '**.md'

concurrency:
group: cdapp-block-ingestor
Expand Down

0 comments on commit 186e773

Please sign in to comment.