Skip to content

Commit

Permalink
ci: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 29, 2023
1 parent 77e8a11 commit 6ba8bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# This workflow deploys a hugo server to Github Pages.
---
name: Deploy to Github

on:
push:
branches:
- '*'
paths-ignore:
- '.gitignore'
- 'Makefile'
- 'README.md'
on: push

jobs:
deploy:
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
name: Run linters
name: Run linter

on:
push:
branches:
- '*'
pull_request:
on: push

env:
PNPM_VERSION: '8' # https://www.npmjs.com/package/pnpm
Expand Down

0 comments on commit 6ba8bdf

Please sign in to comment.