Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 3902eb2

Browse files
fix: GitHub Actions trigger (#9)
1 parent 8baa1ad commit 3902eb2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: Build and Deploy
22
on:
3+
workflow_dispatch:
34
push:
4-
branches:
5-
- main
5+
branches:
6+
- "**"
7+
tags:
8+
- "v*.*.*"
9+
pull_request:
10+
branches:
11+
- "main"
612
jobs:
713
build:
814
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)