Skip to content

Commit

Permalink
use workflow dispatch for pages action (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebenlittle authored Jun 7, 2024
1 parent f7165fd commit 7b51f13
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: github-pages
run-name: GitHub Pages
on:
pull_request:
branches: [main]
types:
- closed
push:
branches: [ci/gh-pages]
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 7b51f13

Please sign in to comment.