Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krutoo committed Nov 4, 2024
1 parent 6f144f8 commit cfd418e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy demo on Github Pages

on:
push:
branches: [$default-branch]
branches: ['main']

jobs:
build-and-deploy:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Test

on:
push:
branches: [$default-branch]

branches: ['main']
pull_request:
branches: [$default-branch]
branches: ['main']

jobs:
test:
Expand Down

0 comments on commit cfd418e

Please sign in to comment.