Skip to content

Commit

Permalink
fix(ci): only build releases on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Jul 24, 2024
1 parent 4eb1f30 commit cdd604c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: Build and Deploy Collection

on:
push:

branches:
- main
jobs:
deploy:
runs-on: "Ubuntu-20.04"
Expand Down

0 comments on commit cdd604c

Please sign in to comment.