Skip to content

Commit

Permalink
add conditional execution ot buildtest wf
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 18, 2024
1 parent e09233f commit b94b781
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/buildtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ on:
push:
branches:
- 'main'
paths:
- 'src/**'
- '*.js'
- '*.json'
pull_request:
branches:
- 'main'
paths:
- 'src/**'
- '*.js'
- '*.json'
workflow_dispatch:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- 'main'
paths:
- 'src/**'
- 'tests/**'
- '*.js'
- '*.json'

Expand Down

0 comments on commit b94b781

Please sign in to comment.