Skip to content

Commit

Permalink
Remove extra branch from build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
novalisdenahi committed Jan 6, 2025
1 parent 95c9844 commit e83ce5c
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
@@ -1,7 +1,7 @@
name: Build & Release
on:
push:
branches: [ main, build-verify-fix ]
branches: [ main ]
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
pull_request:
branches: [ main ]
Expand Down

0 comments on commit e83ce5c

Please sign in to comment.