Skip to content

Commit

Permalink
build: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
alextim committed Jul 20, 2022
1 parent 004bb4e commit 0bcd2ce
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-bobcats-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-webmanifest": patch
---

refactor: schema
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ on:
- '**.js'
- '!.changeset/**'
- '!.github/**'
- '!.husky/**'
- '!.vscode/**'
- '!**/*.md'
- '!examples/**'
- '!**/LICENSE'
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
Expand All @@ -30,9 +32,11 @@ on:
- '**.js'
- '!.changeset/**'
- '!.github/**'
- '!.husky/**'
- '!.vscode/**'
- '!**/*.md'
- '!examples/**'
- '!**/LICENSE'
schedule:
- cron: '18 21 * * 2'

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ on:
- 'packages/**'
- '!examples/**'
- '!.github/**'
- '!.husky/**'
- '!.vscode/**'
- '!**/*.md'
- '!**/README.md'
- '!**/CHANGELOG.md'
- '!**/LICENSE'
- '!packages/**/__tests__/**'

# Automatically cancel in-progress actions on the same branch
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths-ignore:
- '.changeset/**'
- '.github/**'
- '.husky/**'
- '.vscode/**'
- '**/*.md'
- 'examples/**'
Expand All @@ -15,6 +16,7 @@ on:
paths-ignore:
- '.changeset/**'
- '.github/**'
- '.husky/**'
- '.vscode/**'
- '**/*.md'
- 'examples/**'
Expand Down

0 comments on commit 0bcd2ce

Please sign in to comment.