Skip to content

Commit bb55b2b

Browse files
committed
ci: rename GitHub Actions workflow file and avoid deploy on merge commits
1 parent c746dca commit bb55b2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-demo.yml renamed to .github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Deploy docs
66

77
jobs:
88
build_and_deploy:
9+
if: ${{ !startsWith(github.event.head_commit.message, 'Merge pull request') }}
10+
911
runs-on: ubuntu-latest
1012

1113
steps:

0 commit comments

Comments
 (0)