Skip to content

Commit

Permalink
fix buildbuddy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Hilgers committed May 27, 2024
1 parent eedc56d commit 49a485f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildbuddy.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
actions:
- name: "Test all targets"
triggers:
push:
branches:
- "main" # <-- replace "main" with your main branch name
pull_request:
branches:
- "*"
push:
branches:
- "main" # <-- replace "main" with your main branch name
pull_request:
branches:
- "*"
container_image: "ubuntu-20.04" # <-- add this line
resource_requests:
disk: 50G
Expand Down

0 comments on commit 49a485f

Please sign in to comment.