We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52f4f79 + fef00d9 commit 0e0d2c4Copy full SHA for 0e0d2c4
.github/workflows/update-providers-auto.yml
@@ -2,9 +2,9 @@ name: Update Providers with new bridge version upon release
2
on:
3
push:
4
tags:
5
- # Typically pf* module is tagged after the main module, so this is a good time to fire off
6
- # automatic downstream upgrades.
7
- - 'pf/**'
+ # Automatically trigger on valid patch releases of the bridge.
+ - v*.*.*
+ - '!v*.*.*-**' # Do not propagate prereleases
8
9
env:
10
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments