Skip to content

Commit

Permalink
Remove on.pull_request
Browse files Browse the repository at this point in the history
デフォルトブランチからでないと、Docker イメージを push できない模様
actions/runner#1039
  • Loading branch information
nanasess committed Oct 21, 2022
1 parent 2ac4e3a commit 082ae68
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Testing dockerbuild
on:
push:
branches:
- '*'
tags:
- '*'
paths:
- '**'
- '!*.md'
pull_request:
paths:
- '**'
- '!*.md'
Expand Down

0 comments on commit 082ae68

Please sign in to comment.