Skip to content

Commit

Permalink
Automatically propagate bridge updates on providers when a new bridge…
Browse files Browse the repository at this point in the history
… version is tagged
  • Loading branch information
guineveresaenger committed Oct 16, 2024
1 parent b9dfc43 commit fef00d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-providers-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Update Providers with new bridge version upon release
on:
push:
tags:
# Typically pf* module is tagged after the main module, so this is a good time to fire off
# automatic downstream upgrades.
- 'pf/**'
# Automatically trigger on valid patch releases of the bridge.
- v*.*.*
- '!v*.*.*-**' # Do not propagate prereleases

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fef00d9

Please sign in to comment.