Skip to content

Commit

Permalink
Configure deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Nov 25, 2024
1 parent b07c839 commit b9a0df1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 'Deployment'

on:
push:
branches:
- main
- master
- develop
workflow_run:
workflows: ["CI"]
branches: [master, develop]
types:
- completed

jobs:
build:
Expand Down

0 comments on commit b9a0df1

Please sign in to comment.