We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f9d5d commit d53129eCopy full SHA for d53129e
.github/workflows/update-catalog-details.yml
@@ -4,10 +4,8 @@ name: Update Catalog Details
4
on:
5
# Triggers the workflow on push or pull request events but only for the master branch
6
push:
7
- branches: []
8
- tags:
9
- - "[0-9]+.[0-9]+.[0-9]+.[0-9]+"
10
- - "[0-9]+.[0-9]+.[0-9]+.[0-9]+-**"
+ branches:
+ - main
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
0 commit comments