Skip to content

Commit 4793c79

Browse files
authored
ci: 👷 run build package and website workflows on all pushes (#86)
# Description So that we know that every commit will have everything run fine. No review is needed.
1 parent defe712 commit 4793c79

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

.github/workflows/build-package.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,6 @@ on:
44
pull_request:
55
branches:
66
- 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/**
207
push:
218
branches:
229
- main

.github/workflows/build-website.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- docs/**
9-
- _quarto.yml
10-
- index.qmd
11-
- _publish.yml
12-
- _extensions/**
7+
8+
# Limit token permissions for security
9+
permissions: read-all
1310

1411
jobs:
1512
build-website:

0 commit comments

Comments
 (0)