Skip to content

Commit c1d9751

Browse files
authored
Merge pull request #54 from visto9259/1.5.x
Changing deploy-gh-pages.yml to run on PR merged
2 parents 0cdb961 + 0ce2adb commit c1d9751

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
jobs:
1919
deploy:
2020
name: Build and Deploy to GitHub Pages
21+
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
2122
runs-on: ubuntu-latest
2223
defaults:
2324
run:

0 commit comments

Comments
 (0)