Skip to content

Commit

Permalink
Don't build on pushses and pull requests to master. Do build on tags …
Browse files Browse the repository at this point in the history
…starting with 'build'
  • Loading branch information
jackjansen committed Jan 16, 2023
1 parent 621beb6 commit 6b8b8b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Build and Test
on:
push:
branches:
- issue2-cicd
- master
- 'deployment/**'
tags:
- 'build*'
pull_request:
branches:
- master
- 'deployment/**'


Expand Down

0 comments on commit 6b8b8b6

Please # to comment.