Skip to content

Commit

Permalink
Trigger build action only on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecks1337 committed Dec 2, 2022
1 parent 7fee94c commit 4e54dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build

on:
push:
branches-ignore:
- 'wip*'
branches:
- 'master'
tags:
- 'v*'
pull_request:
Expand Down

0 comments on commit 4e54dba

Please sign in to comment.