Skip to content

Commit

Permalink
fix: remove branch-ignores from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Jan 10, 2024
1 parent 9be0f8b commit 934e9d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-frogs-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tablex/core": patch
---

remove branch-ignores in workflows
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ on:
push:
branches:
- master
branches-ignore:
- changeset-release/*
pull_request:
branches:
- master
branches-ignore:
- changeset-release/*

jobs:
commitlint:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- master
branches-ignore:
- changeset-release/*
paths-ignore:
- "*.md"
- "docs/**"
Expand All @@ -19,8 +17,6 @@ on:
pull_request:
branches:
- master
branches-ignore:
- changeset-release/*
paths-ignore:
- "*.md"
- "docs/**"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-vite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- master
branches-ignore:
- changeset-release/*
paths-ignore:
- "*.md"
- "docs/**"
Expand All @@ -19,8 +17,6 @@ on:
pull_request:
branches:
- master
branches-ignore:
- changeset-release/*
paths-ignore:
- "*.md"
- "docs/**"
Expand Down

0 comments on commit 934e9d3

Please sign in to comment.