Skip to content

Commit

Permalink
do not need on PR trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lamalex committed Jan 14, 2024
1 parent aaf6942 commit e0c0f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: GitHub Pages CI
on: [pull_request, push]
on: [push]

jobs:
verify:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: [pull_request, push]
name: Deploy to Cloudflare Pages
on: [push]

jobs:
publish:
Expand Down

0 comments on commit e0c0f62

Please sign in to comment.