publish pipeline

This commit is contained in:
James Brumond 2023-08-19 16:04:36 -07:00
parent 92a9fe5685
commit f48d0a6194
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 7 additions and 7 deletions

View File

@ -2,10 +2,10 @@
name: Build and publish
on:
- workflow_dispatch
# push:
# branches:
# - master
# - workflow_dispatch
push:
branches:
- master
jobs:
build-and-publish:

View File

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