Changed Trigger

This commit is contained in:
Ajeet yadav 2024-03-11 00:56:14 +05:30
parent 7d9dabf27e
commit d882f8ccce
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
name: Run Test
on:
push: # Trigger the workflow on push events
pull_request:
branches: [main]
# push: # Trigger the workflow on push events
concurrency:
group: "test"