Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Sep 15, 2024
1 parent 27616b8 commit 36091a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
branches:
- main
- next
types:
- opened
- synchronize
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ name: cloudflare-pages
on:
workflow_call:
workflow_dispatch:
pull_request:
branches:
- main
types:
- opened
- synchronize
paths:
- "website/**"
- ".github/workflows/cloudflare-pages.yml"
push:
branches:
- next
- main
paths:
- "website/**"
- ".github/workflows/cloudflare-pages.yml"
Expand Down

0 comments on commit 36091a0

Please sign in to comment.