Skip to content

Commit d53129e

Browse files
committed
Update catalog readme only when the commit is on the main branch
1 parent 88f9d5d commit d53129e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update-catalog-details.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ name: Update Catalog Details
44
on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
push:
7-
branches: []
8-
tags:
9-
- "[0-9]+.[0-9]+.[0-9]+.[0-9]+"
10-
- "[0-9]+.[0-9]+.[0-9]+.[0-9]+-**"
7+
branches:
8+
- main
119

1210
# Allows you to run this workflow manually from the Actions tab
1311
workflow_dispatch:

0 commit comments

Comments
 (0)