Skip to content

Commit

Permalink
Merge pull request #81 from WORD-COINS/main-ci-pr-fix
Browse files Browse the repository at this point in the history
masterブランチの生成物はpushイベントでのみアップロードするようにする
  • Loading branch information
puripuri2100 authored Oct 11, 2023
2 parents 6a19f1c + 2b0100e commit bcfd724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master_branch_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
WORD_FONT=sourcehan-jp make
- name: upload artifact to github
if: ${{ github.event_name == 'push' }}
uses: actions/upload-artifact@v3
with:
name: main.pdf
Expand Down

0 comments on commit bcfd724

Please sign in to comment.