Skip to content

Commit

Permalink
fix :: pr action if merged
Browse files Browse the repository at this point in the history
  • Loading branch information
jikwan0327 committed Jul 5, 2024
1 parent 78919a8 commit 632f6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/git-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
- develop

jobs:
build:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
container: pandoc/latex
steps:
Expand Down

0 comments on commit 632f6c5

Please sign in to comment.