We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defe712 commit 4793c79Copy full SHA for 4793c79
.github/workflows/build-package.yml
@@ -4,19 +4,6 @@ on:
4
pull_request:
5
branches:
6
- main
7
- paths-ignore:
8
- # Config files
9
- - ".github/**"
10
- - ".vscode/**"
11
- - ".gitignore"
12
- # Documentation
13
- - "docs/**"
14
- - "*.md"
15
- - "*.qmd"
16
- # Website files
17
- - _quarto.yml
18
- - _publish.yml
19
- - _extensions/**
20
push:
21
22
.github/workflows/build-website.yml
@@ -4,12 +4,9 @@ on:
- paths:
- - docs/**
- - index.qmd
+
+# Limit token permissions for security
+permissions: read-all
jobs:
build-website:
0 commit comments