Run webapp deployment test CI on PR

This commit is contained in:
Prathamesh Musale 2024-04-12 15:31:17 +05:30
parent 34ecfb59f7
commit 01f373501a

View File

@ -6,6 +6,8 @@ on:
- main
schedule:
- cron: '0 3 * * *'
pull_request:
branches: '*'
jobs:
test_app_deployment: