Skip to content

Commit

Permalink
Update pr-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored May 4, 2024
1 parent 612b8fa commit 26ac187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: PR Builder

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

0 comments on commit 26ac187

Please sign in to comment.