Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Oct 29, 2023
1 parent ef805d2 commit 3729448
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lint-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Lint project

on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

jobs:
lint-project:
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@ name: Test build

on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

jobs:
build:
test-build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.116.1
Expand Down

0 comments on commit 3729448

Please sign in to comment.