cleanup
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 13s
Build and test / build-and-test (20.x) (push) Successful in 13s

This commit is contained in:
James Brumond 2023-08-26 18:40:57 -07:00
parent d9e9d65ae5
commit 6ce8d78d31
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 6 additions and 6 deletions

View File

@ -3,9 +3,9 @@ name: Build and publish
on: on:
workflow_dispatch: { } workflow_dispatch: { }
push: # push:
branches: # branches:
- master # - master
jobs: jobs:
build-and-publish: build-and-publish:

View File

@ -2,9 +2,9 @@
name: Build and test name: Build and test
on: on:
# push: push:
# branches: branches:
# - master - master
pull_request: pull_request:
branches: branches:
- master - master