Skip to content

Commit

Permalink
hack triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Feb 2, 2024
1 parent c003dce commit 4c9d4d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-providers-auto.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
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/**'
# tags:
# # Typically pf* module is tagged after the main module, so this is a good time to fire off
# # automatic downstream upgrades.
# - 'pf/**'

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

0 comments on commit 4c9d4d5

Please sign in to comment.