Skip to content

Commit

Permalink
Re-add push filter for tags only
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Nov 21, 2024
1 parent 7cc8cf3 commit e36ffef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish SDK to CocoaPods

on:
push:
tags:
- '*'

jobs:
publish:
Expand Down

0 comments on commit e36ffef

Please sign in to comment.