Skip to content

Commit

Permalink
chore: update main (#3233)
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Barsnes <tobias.barsnes@digdir.no>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Feb 26, 2025
1 parent 22a544d commit 8dbd045
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/check-changeset
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: Check if changeset is present
name: Check if changeset is present for package changes
on:
workflow_dispatch:
pull_request:
branches: [main, next]
paths:
- 'packages/cli'
- 'packages/css'
- 'packages/react'
- 'packages/theme'
- 'packages/cli/**'
- 'packages/css/**'
- 'packages/react/**'
- 'packages/theme/**'
jobs:
checks:
name: Check if changeset is present
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check if changeset is present since main
- name: Check if changeset
run: yarn changeset status --since=main

0 comments on commit 8dbd045

Please sign in to comment.