Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Mar 1, 2024
1 parent dd57949 commit ebd5f12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check

on:
push:
branches: "!main"
branches-ignore: main

jobs:
ci:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Deploy site

on:
push:
branches: [main]
branches: main
workflow_dispatch:

jobs:
ci:
uses: ./.github/workflows/_ci.yml

build:
build-page:
runs-on: ubuntu-latest
needs: ci
steps:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
needs: build-page
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit ebd5f12

Please sign in to comment.