We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ae9f9 commit 88fef9aCopy full SHA for 88fef9a
.github/workflows/deploy-website.yml
@@ -2,8 +2,8 @@ name: Website
2
3
on:
4
push:
5
- branches:
6
- - main
+ branches: [main]
+ paths: ['website/**']
7
8
jobs:
9
deploy:
.github/workflows/example-apps.yml
@@ -3,8 +3,10 @@ name: Validate Example Apps
branches: [main]
+ paths: ['examples/**']
pull_request:
branches: ['**']
10
11
12
test-example:
0 commit comments