We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f569d28 commit c28ca1fCopy full SHA for c28ca1f
.github/workflows/pkg.pr.new.yml
@@ -2,6 +2,9 @@ name: Publish Any Commit
2
3
on:
4
pull_request:
5
+ # test only on code changes
6
+ paths:
7
+ - 'packages/*/src/**'
8
push:
9
branches:
10
- '**'
.github/workflows/tests.yml
@@ -11,6 +11,9 @@ on:
11
- cron: "0 0 * * SUN" # Run every 00:00 on Sunday
12
workflow_dispatch:
13
14
15
16
17
18
19
jobs:
0 commit comments