Skip to content

Commit

Permalink
Merge pull request #6151 from pavinduLakshan/update-pr_builder
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored May 4, 2024
2 parents d807553 + 26ac187 commit c943129
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: PR Builder

on:
pull_request:
types: [ opened, synchronize, labeled ]
branches: [ master ]
paths-ignore:
- "**.md"
Expand All @@ -21,6 +22,7 @@ env:
jobs:
lint:
name: ⬣ ESLint (STATIC ANALYSIS)
if: ${{ github.event_name == 'pull_request' || github.event.label.name == 'trigger-pr-builder' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -84,6 +86,7 @@ jobs:

typecheck:
name: ʦ Typecheck (STATIC ANALYSIS)
if: ${{github.event.label.name == 'trigger-pr-builder' || github.event_name == 'pull_request'}}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit c943129

Please sign in to comment.