Skip to content

Commit

Permalink
Enhancement (ci): Build only on push events to master (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh authored Jan 1, 2023
1 parent 74585b3 commit 1c04584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- '**'
- master
tags:
- '**'
pull_request:
Expand Down

0 comments on commit 1c04584

Please sign in to comment.