We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5010fb3 + 285c474 commit 2ee2f94Copy full SHA for 2ee2f94
.github/workflows/astro-build.yml
@@ -4,7 +4,31 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - 'src/**'
9
+ - 'public/**'
10
+ - 'package.json'
11
+ - 'package-lock.json'
12
+ - 'astro.config.mjs'
13
+ - 'tailwind.config.cjs'
14
+ - 'tsconfig.json'
15
+ - '.node-version'
16
+ - 'Makefile'
17
+ - 'netlify.toml'
18
+ - '.github/workflows/astro-build.yml'
19
pull_request:
20
21
22
23
24
25
26
27
28
29
30
31
32
schedule:
33
- cron: '5 1 * * *' # Run nightly
34
workflow_dispatch:
0 commit comments