We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b3875 commit 1b905b5Copy full SHA for 1b905b5
.github/workflows/static.yml
@@ -4,7 +4,8 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["main"]
+ paths-ignore:
8
+ - 'static/**'
9
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
0 commit comments