Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin Wong authored Apr 24, 2020
1 parent 41581bf commit 2688741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [ develop ]
branches: [ master, develop ]
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v1
with:
name: helmswitch-${{ matrix.os }}
name: helmswitch
path: ./helmswitch-${{ matrix.os }}


Expand Down

0 comments on commit 2688741

Please sign in to comment.