Skip to content

Commit

Permalink
fixup! fixup! CircleCI から GitHub Action へ
Browse files Browse the repository at this point in the history
  • Loading branch information
cohei committed Sep 21, 2022
1 parent f0a6bfb commit e822618
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-build-push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test Build Push

on:
- push
- pull_request
on: push

permissions:
contents: read
Expand All @@ -20,7 +18,7 @@ jobs:
build-push:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
steps:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit e822618

Please sign in to comment.