summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyanKLee <ZyanKLee@users.noreply.github.com>2022-05-25 19:01:57 +0200
committerGitHub <noreply@github.com>2022-05-25 19:01:57 +0200
commit30784df955cad0cea3de70413a9d74831855b02d (patch)
tree264a8e5d09ba036b467479277c78baa4356c9fd3
parent296f90ae35f63d9c78d4fb83f9edd08bd5083a1a (diff)
also build artifact on pushes to master branchZyanKLee-patch-2
-rw-r--r--.github/workflows/build-artifact.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml
index 0313e59..289a442 100644
--- a/.github/workflows/build-artifact.yml
+++ b/.github/workflows/build-artifact.yml
@@ -1,7 +1,10 @@
---
-name: build dev artifact
+name: Build Dev Artifact
on:
+ push:
+ branches:
+ - 'master'
pull_request:
permissions: