Skip to content

Commit

Permalink
Enable CI for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kbumsik committed Jun 5, 2020
1 parent 5e0d6cb commit d4d4faa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build and Test CI

on:
push:
branches: [ master ]
branches:
- '*'
pull_request:
branches: [ master ]
branches:
- '*'

jobs:
build-parts:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Docker Image CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches:
- master

jobs:
build:
Expand Down

0 comments on commit d4d4faa

Please sign in to comment.