Skip to content

Commit

Permalink
Merge pull request #42 from jiro4989/develop
Browse files Browse the repository at this point in the history
🐛 タグのpublishではワークフローが発火しないのを修正 #41
  • Loading branch information
jiro4989 authored Dec 21, 2019
2 parents 60f30ee + f2e582f commit b8f6605
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: build

on: [push, pull_request]
on:
push:
pull_request:
release:
types: [published]

jobs:
build:
Expand Down

0 comments on commit b8f6605

Please sign in to comment.