Fix these again

This commit is contained in:
Lance Pioch 2024-04-14 21:23:41 -04:00
parent 0195e36ccf
commit 2743698e2c
3 changed files with 1 additions and 7 deletions

View File

@ -1,9 +1,6 @@
name: Build name: Build
on: on:
push:
branches:
- '**'
pull_request: pull_request:
branches: branches:
- '**' - '**'

View File

@ -1,7 +1,7 @@
name: Tests name: Tests
on: on:
push: pull_request:
branches: branches:
- '**' - '**'

View File

@ -1,9 +1,6 @@
name: Lint name: Lint
on: on:
push:
branches:
- '**'
pull_request: pull_request:
branches: branches:
- '**' - '**'