Skip to content

Commit

Permalink
🐛 add trigger to publication of release
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Nov 28, 2024
1 parent fe1862d commit 7275b3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ name: Python application

on:
push:
branches: ["main"]
branches: [main]
pull_request:
branches: ["main"]
branches: [main]
release:
types: [published]
schedule:
- cron: "0 2 * * 3"

Expand Down

0 comments on commit 7275b3c

Please sign in to comment.