We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a1243 commit cc64501Copy full SHA for cc64501
.github/workflows/main.yml
@@ -3,6 +3,10 @@ on:
3
push:
4
branches:
5
- main
6
+ paths:
7
+ - "src/**"
8
+ - "package.json"
9
+ - "tsconfig.json"
10
jobs:
11
build:
12
runs-on: ubuntu-latest
0 commit comments