Skip to content

Commit

Permalink
Disable builds for branches that are not pull requests or main
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jun 6, 2024
1 parent 9aa61da commit 1dca4e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: MacOS Python build

on:
push:
branches: [main]
pull_request:
schedule:
- cron: '13 11 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Linux Python build

on:
push:
branches: [main]
pull_request:
schedule:
- cron: '13 11 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Windows Python build

on:
push:
branches: [main]
pull_request:
schedule:
- cron: '13 11 * * *'
Expand Down

0 comments on commit 1dca4e6

Please sign in to comment.