Restrict push trigger to only the main branch in workflow configuration

This commit is contained in:
Palash Tyagi 2025-05-11 01:58:04 +01:00
parent c05f1696f0
commit 85482d9569

View File

@ -6,7 +6,7 @@ concurrency:
on: on:
push: push:
branches: [main, docs_page] branches: [main]
# pull_request: # pull_request:
# branches: [main] # branches: [main]
workflow_dispatch: workflow_dispatch: