Skip to content

Commit

Permalink
Create master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
debianmaster authored Sep 29, 2020
1 parent 2294bbf commit 5773500
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build and Deploy in Staging
on:
push:
branches: [ master ]

release:
types:
- edited
- prereleased
- released

jobs:

build:
name: Build
if: github.event.action != 'released'
runs-on: ubuntu-latest
steps:
- run: |
echo "test"

0 comments on commit 5773500

Please sign in to comment.