Update main.yml

This commit is contained in:
Hörmet Yiltiz 2023-12-20 21:57:10 -05:00 committed by GitHub
parent 54183c0c70
commit 4c06c1f9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -3,11 +3,14 @@ name: Integration
on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
schedule:
- cron: '0 7 * * 1'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test: