Skip to content

Commit

Permalink
Create workflow for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Sep 17, 2022
1 parent 3646846 commit fd3b0be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Deploying

on:
push:
branches:
- refs/tags/*
- master
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
checks:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Testing

on:
pull_request:

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/push-to-master.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Push to master

on:
push:
branches:
- master
tags-ignore:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
checks:
Expand Down

0 comments on commit fd3b0be

Please sign in to comment.