Skip to content

Commit

Permalink
Deployment Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Nov 7, 2024
1 parent 1620649 commit cdac309
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Bump Version
on:
push:
branches:
- main
workflow_dispatch:

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Draft Release
on:
schedule:
- cron: '0 10 * * 1'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit cdac309

Please sign in to comment.