Skip to content

Commit

Permalink
Merge pull request #15 from abhijitpaul0212/abhijitpaul0212-patch-12
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
abhijitpaul0212 authored Oct 19, 2023
2 parents 49909fd + b7baead commit dc8be21
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,22 @@

name: test

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# Allows you to run this workflow automatically
workflow_dispatch:
schedule:
- cron: '*/5 * * * *' # Every 5 minute

permissions:
contents: read

env:
SECRET_KEY: zjHUlXmuO85d2LOHqbzpd8_Qvv0XhUYxDr0ZRg2UG04
APP_MAIL_SERVER: smtp.googlemail.com
Expand Down

0 comments on commit dc8be21

Please sign in to comment.