Hardcode branch name in workflow

This commit is contained in:
Naveen Singh 2024-09-26 09:39:37 +05:30
parent 9b93b62f00
commit 30663de8ae
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: PR
on: on:
pull_request: pull_request:
branches: [ $default-branch ] branches: [ master ]
jobs: jobs:
call-pr-workflow: call-pr-workflow:

View file

@ -2,7 +2,7 @@ name: Testing build (on PR)
on: on:
pull_request: pull_request:
branches: [ $default-branch ] branches: [ master ]
types: [ labeled, opened, synchronize, reopened ] types: [ labeled, opened, synchronize, reopened ]
jobs: jobs: