Skip to content

Commit

Permalink
run release every monday (TykTechnologies#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermirizio authored Jan 4, 2024
1 parent 370af8f commit 34a9566
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
name: Release

on:
# Trigger release every monday at midnight for master CI images
schedule:
- cron: "0 0 * * 1"
pull_request:
push:
branches:
Expand Down

0 comments on commit 34a9566

Please sign in to comment.