commit 217afb7dd12043e4fc31304103c7172d79cd74ae parent e30648e10d12e2ed4fc6c1f8b94aead260987746 Author: Sean Enck <sean@ttypty.com> Date: Tue, 1 Aug 2023 18:25:32 -0400 restrict workflows a bit Diffstat:
| M | .github/workflows/build.yml | | | 10 | +++++++++- |
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -1,6 +1,14 @@ name: "build" -on: [push, pull_request] +on: + push: + branches: + - master + tags: + - '*' + pull_request: + branches: + - master jobs: alpine-build: