Skip to content

Commit

Permalink
Merge pull request #7 from modern-agile-team/dev
Browse files Browse the repository at this point in the history
fix: workflow
  • Loading branch information
ssi02014 authored Apr 20, 2024
2 parents 29425ff + ddf887b commit 0c9caac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
document-publish:
runs-on: ubuntu-latest
if: github.actor == 'github-actions[bot]' && github.event.pull_request.merged == true
if: github.event.pull_request.merged == true
steps:
- name: Checkout 🔔
uses: actions/checkout@v4
Expand Down

0 comments on commit 0c9caac

Please sign in to comment.