This commit is contained in:
2023-08-19 15:39:24 -07:00
parent 5ff9cee8de
commit 821456c226
2 changed files with 7 additions and 4 deletions

View File

@@ -2,7 +2,10 @@
name: Build and publish name: Build and publish
on: on:
- workflow_dispatch # - workflow_dispatch
push:
branches:
- 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