Skip to content

Commit

Permalink
fix build branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ysugimoto committed Apr 27, 2024
1 parent 9171492 commit bcb4eb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Build application

on:
push:
tags-ignore:
branches:
- "*"
tags-ignore:
- "v*.*.*"

env:
PROTOC_VERSION: 3.14.0
Expand Down

0 comments on commit bcb4eb9

Please sign in to comment.