Skip to content

Commit

Permalink
Added support for manual and scheduled runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Dec 10, 2024
1 parent 6f6dc80 commit 70fc67b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: ci/cd

on:
workflow_dispatch:
push:
branches: [ main, 'release/**', 'task/**', 'feature/**', 'epic/**']
tags: ['**']
pull_request:
branches: [ main, 'release/**', 'task/**', 'feature/**', 'epic/**']
schedule:
- cron: "23 4 * * *"

jobs:

Expand Down

0 comments on commit 70fc67b

Please sign in to comment.