Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijitpaul0212 authored Oct 19, 2023
1 parent 50ca08f commit d31377d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
pull_request:
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
- cron: '*/5 * * * *' # Every 2 minute

permissions:
contents: read

Expand Down

0 comments on commit d31377d

Please sign in to comment.