Skip to content

Commit e4a61df

Browse files
committed
Use looser glob matching on GH actions
1 parent b3239aa commit e4a61df

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ name: Build and Upload to S3
33
on:
44
push:
55
branches:
6-
- '*'
6+
- '**'
77
tags:
8-
- '*'
9-
8+
- '**'
109

1110
jobs:
1211
lint:

0 commit comments

Comments
 (0)