Skip to content

Commit

Permalink
ci: remove typescript branch from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jan 18, 2024
1 parent 8a23d4f commit 6a3da82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
push:
branches:
- main
- typescript
paths-ignore:
- '**.md'
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ main, typescript ]
branches: [ main ]
pull_request:
branches: [ main, typescript ]
branches: [ main ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Linting suite

on:
push:
branches: [ main, typescript ]
branches: [ main ]
pull_request:
branches: [ main, typescript ]
branches: [ main ]
workflow_dispatch:

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Unit and Integration tests

on:
push:
branches: [ main, typescript ]
branches: [ main ]
pull_request:
branches: [ main, typescript ]
branches: [ main ]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 6a3da82

Please sign in to comment.