Skip to content

Commit dd83c1b

Browse files
authored
Update release_build_and_deploy.yml
[skip ci]
1 parent a956fa8 commit dd83c1b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release_build_and_deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: 'Build and Deploy'
22

33
on:
44
workflow_dispatch:
5+
pull_request:
6+
types: [opened, reopened]
57
push:
6-
branches: master
8+
branches:
9+
- master
10+
tags-ignore:
11+
- 'v[0-9]+.[0-9]+.[0-9]+.[0-9]+'
712

813
jobs:
914
Release-Build-and-Deploy:

0 commit comments

Comments
 (0)