Skip to content

Commit

Permalink
Filter actions by path
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Aug 10, 2022
1 parent b1cf958 commit 0ba95e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Legacy App Lint

on:
push:
branches: [ master ]
branches:
- master
paths:
- web/**
pull_request:
branches: [ master ]
branches:
- master
paths:
- web/**

jobs:
build:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/modern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Modern App Lint

on:
push:
branches: [ master ]
branches:
- master
paths:
- modern/**
pull_request:
branches: [ master ]
branches:
- master
paths:
- modern/**

jobs:
build:
Expand Down

0 comments on commit 0ba95e0

Please sign in to comment.