Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
test file type
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBelmes committed Jun 18, 2024
1 parent 5ac9ba7 commit b86ae0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: branch-build
on:
pull_request:
branches: [dev]
paths:
- '**.ts'
- '**.tsx'
- '**.js'
- '**.jsx'
- '**.json'
jobs:
secrets-gate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b86ae0b

Please sign in to comment.