Updated GH workflow

This commit is contained in:
Amith Koujalgi
2025-03-18 22:13:39 +05:30
parent bee09aa626
commit bbafc95577

View File

@@ -5,9 +5,12 @@ name: Build and Test on PR Open
on:
pull_request:
types: [ opened, reopened ]
# types: [ opened, reopened ]
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build: