Skip to content

Commit

Permalink
fix huix
Browse files Browse the repository at this point in the history
  • Loading branch information
artemilin-2023 committed Jan 10, 2025
1 parent 0f2b9a4 commit 73fff93
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Copy files

on:
push:
branches:
- main
workflow_dispatch:
pull_request
# push:
# branches:
# - main
# workflow_dispatch:

jobs:
copy:
Expand Down
4 changes: 4 additions & 0 deletions .github/pages.yml → .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
repository_dispatch:
workflow_dispatch:

permissions:
Expand Down
File renamed without changes.

0 comments on commit 73fff93

Please sign in to comment.