Skip to content

Commit

Permalink
Fixing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed Feb 22, 2024
1 parent 3ec8268 commit 23e8ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ defaults:
shell: bash
working-directory: ./docs

on:
push:
paths:
- 'docs/**'
workflow_dispatch:
on: [push, workflow_dispatch]


jobs:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ defaults:
shell: bash
working-directory: ./docs

on:
pull_request:
paths:
- 'docs/**'
on: pull_request
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Expand Down

0 comments on commit 23e8ee9

Please sign in to comment.