Skip to content

Commit

Permalink
chore(build): update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Sep 25, 2024
1 parent cb1b5ea commit 6f243e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: docker

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "*" ]

permissions:
contents: write
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/on_push_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Build & Test Go

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "*" ]


concurrency:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/on_push_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Build & Test UI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "*" ]


concurrency:
Expand Down

0 comments on commit 6f243e4

Please sign in to comment.