Skip to content

Commit

Permalink
Updating builds to only build in main
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Oct 17, 2024
1 parent 41b8213 commit c7c7d33
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/octopub-audits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ permissions:
'on':
workflow_dispatch: {}
push:
branches:
- main
paths:
- '**/*'
- '!.github/badges/*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/octopub-flyway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ permissions:
'on':
workflow_dispatch: {}
push:
branches:
- main
paths:
- '**/*'
- '!.github/badges/*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/octopub-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ permissions:
'on':
workflow_dispatch: {}
push:
branches:
- main
paths:
- '**/*'
- '!.github/badges/*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/octopub-products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ permissions:
'on':
workflow_dispatch: {}
push:
branches:
- main
paths:
- '**/*'
- '!.github/badges/*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/octopub-scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ permissions:
'on':
workflow_dispatch: {}
push:
branches:
- main
paths:
- '**/*'
- '!.github/badges/*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/octopub-self-contained.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ permissions:
'on':
workflow_dispatch: {}
push:
branches:
- main
paths:
- '**/*'
- '!.github/badges/*'
Expand Down

0 comments on commit c7c7d33

Please sign in to comment.