Skip to content

Commit

Permalink
Merge pull request #333 from nanasess/filter-event
Browse files Browse the repository at this point in the history
GitHub Actions のイベントを限定
  • Loading branch information
chihiro-adachi authored Nov 19, 2019
2 parents 6ae9ebe + 1a6539a commit 1fc8bf8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
name: CI/CD for EC-CUBE
on:
push:
branches:
- master
tags:
- '*'
paths:
- '**'
- '!*.md'
pull_request:
paths:
- '**'
- '!*.md'
release:
types: [ published ]

Expand Down

0 comments on commit 1fc8bf8

Please sign in to comment.