publish
All checks were successful
Build and publish / build-and-publish (push) Successful in 16s

This commit is contained in:
2023-08-26 16:12:10 -07:00
parent a609a5ad4d
commit 7c93618c5c
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