Skip to content

Commit

Permalink
Remove more workflow runs on push (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen authored Aug 16, 2023
1 parent 9a78711 commit 6110eae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build and deploy manual

on:
pull_request:
push:
branches: [main]
branches: [main, dev]
release:
types: [created]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
- cron: "0 0 1 * *"
release:
types: [created]
push:
branches: [main]
pull_request:
branches: [main]

Expand Down

0 comments on commit 6110eae

Please sign in to comment.