Skip to content

Commit

Permalink
chore: repo maintenance 🚢
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 1, 2024
1 parent 78e4994 commit 1d519e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Preview docs
on:
pull_request:
branches: $default-branch
branches: main
paths:
- docs/**
- '*rc'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test
on:
push:
branches: $default-branch
branches: main
paths:
- src/**
- test/**
Expand All @@ -10,7 +10,7 @@ on:
- '*.json'
- .github/workflows/test.yml
pull_request:
branches: $default-branch
branches: main
paths:
- src/**
- test/**
Expand Down

0 comments on commit 1d519e1

Please sign in to comment.