Skip to content

Commit

Permalink
chore: Exclude specific branches from linting and type checking workf…
Browse files Browse the repository at this point in the history
…lows
  • Loading branch information
Ryan-Zayne committed Aug 24, 2024
1 parent 95e71e9 commit 52493b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-squids-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zayne-labs/callapi": patch
---

retrying failed deployment
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint and Type
on:
pull_request:
push:
branches: [main, "!changeset-release/**"]
branches: main

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: main
workflow_run:
workflows: Lint and Type
workflows: ["Lint and Type"]
types: completed

concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Size Limit
on:
pull_request:
push:
branches: [main, "!changeset-release/**"]
branches: main

permissions:
contents: read
Expand Down

0 comments on commit 52493b1

Please sign in to comment.