👷 Tune down actions

This commit is contained in:
Robin van der Linde 2024-12-31 23:02:19 +01:00
parent 3443bb6820
commit cb26106d25
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 16 additions and 4 deletions

View file

@ -1,5 +1,11 @@
name: Build extension name: Build extension
on: [push, pull_request] on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -1,5 +1,11 @@
name: Linter name: Linter
on: [push, pull_request] on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -1,4 +1,4 @@
MIT License # MIT License
Copyright (c) 2024 Robin van der Linde Copyright (c) 2024 Robin van der Linde