Skip to content

Commit

Permalink
test: releases ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Dec 27, 2024
1 parent 1600e67 commit ae70768
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update-releases.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Update Releases

on:
schedule:
- cron: "0 */4 * * *"
workflow_dispatch
# schedule:
# - cron: "0 */4 * * *"

permissions:
contents: write
pull-requests: write

jobs:
update-releases:
if: github.ref == 'refs/heads/develop'
# if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit ae70768

Please sign in to comment.