Skip to content

Commit

Permalink
chore: Update GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 8, 2024
1 parent f345dcd commit 31c41a3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

release:
types: [created]

jobs:
publish-npm:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/python-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

release:
types: [published]

jobs:
checking-pr:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ on:
- "packages/python/pyproject.toml"

workflow_dispatch:

release:
types: [published]

permissions:
contents: read
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/typescript-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

release:
types: [published]

jobs:
checking-pr:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 31c41a3

Please sign in to comment.