Skip to content

Commit

Permalink
Merge pull request #57 from SAKPaaS/bugfix/github-actions-trigger
Browse files Browse the repository at this point in the history
Fixed GitHub-Actions trigger for development
  • Loading branch information
jstsddg authored Mar 26, 2020
2 parents b2d29fc + d760c21 commit 0f563be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Development

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

jobs:
build:
Expand Down

0 comments on commit 0f563be

Please sign in to comment.