Skip to content

Commit

Permalink
Fix GA workflow branches (openhab#337)
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored Jan 1, 2021
1 parent 5859114 commit 2bf6151
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build images

on:
push:
branches: [ $default-branch ]
branches:
- 'master'
pull_request:
branches: [ $default-branch ]
branches:
- 'master'
workflow_dispatch:

jobs:
Expand All @@ -23,7 +25,6 @@ jobs:
run: docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1

- name: Build images
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/validate-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Validate README.md

on:
push:
branches: [ $default-branch ]
branches:
- 'master'
pull_request:
branches: [ $default-branch ]
branches:
- 'master'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2bf6151

Please sign in to comment.