Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thygesteffensen authored Mar 17, 2021
1 parent dc0e8fb commit cd302f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Build

on:
pull_request:
types: [assigned, opened, synchronize, reopened]
types: [ assigned, opened, synchronize, reopened ]
push:
branches:
- 'feature/**'

jobs:
test:
Expand Down Expand Up @@ -37,4 +40,4 @@ jobs:
name: build
path: |
build/PowerAutomateMockUp.dll
retention-days: 5
retention-days: 5

0 comments on commit cd302f1

Please sign in to comment.