Skip to content

Commit

Permalink
build: run on chandler branch (monicahq#6649)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jun 10, 2023
1 parent 0778aaa commit 0bedd90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- chandler

concurrency:
group: Docker ${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- chandler

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Build and test

on:
push:
branches: [main]
branches:
- main
- chandler
pull_request:
types: [opened, synchronize, reopened]
release:
Expand Down

0 comments on commit 0bedd90

Please sign in to comment.