Skip to content

Commit

Permalink
Action fixes (#25)
Browse files Browse the repository at this point in the history
* fixes: Build on tag action

* Run build action on pull request and tag only

Co-authored-by: aman.kapoor <aman.kapoor@go-mmt.com>
  • Loading branch information
amank22 and amankgo committed Jan 10, 2022
1 parent 20708a0 commit bd657b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ env:

on:
push:
branches:
- main
tags:
- 'v*'
paths-ignore:
Expand All @@ -15,6 +13,10 @@ on:
- 'docs/**'
- '.github/config/labels.yml'

pull_request:
branches:
- main

workflow_dispatch:
repository_dispatch:
types: [ app-release ]
Expand Down

0 comments on commit bd657b1

Please sign in to comment.