Skip to content

Commit 5773500

Browse files
authored
Create master.yml
1 parent 2294bbf commit 5773500

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/master.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Build and Deploy in Staging
2+
on:
3+
push:
4+
branches: [ master ]
5+
6+
release:
7+
types:
8+
- edited
9+
- prereleased
10+
- released
11+
12+
jobs:
13+
14+
build:
15+
name: Build
16+
if: github.event.action != 'released'
17+
runs-on: ubuntu-latest
18+
steps:
19+
- run: |
20+
echo "test"

0 commit comments

Comments
 (0)