Skip to content

Commit

Permalink
on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed May 1, 2023
1 parent 0e3b0e0 commit cc67694
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/redis_version_check.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
name: Redis Daily Version Check
on:

workflow_dispatch:

pull_request:
branches:
- master
- '[0.9]-[0.9]'

push:
branches:
- master
- '[0.9]-[0.9]'

schedule:
- cron: '0 3 * * *'

Expand Down

0 comments on commit cc67694

Please sign in to comment.