Skip to content

Commit

Permalink
Merge pull request #19 from abhijitpaul0212/abhijitpaul0212-patch-14
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
abhijitpaul0212 authored Oct 19, 2023
2 parents 50ca08f + d31377d commit d938c27
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 d938c27

Please sign in to comment.