Skip to content

Commit 3dd31c9

Browse files
authored
chore: Synced local '.github/' with remote 'sync-files/js/.github/' (#397)
1 parent ed35696 commit 3dd31c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/bundlewatch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
name: Bundlewatch
1616

1717
on:
18+
push:
19+
branches:
20+
- main
1821
pull_request:
1922
types: [synchronize, opened]
2023

@@ -23,7 +26,7 @@ jobs:
2326
runs-on: ubuntu-latest
2427
steps:
2528
- uses: actions/checkout@v2
26-
- uses: jackyef/bundlewatch-gh-action@master
29+
- uses: jackyef/bundlewatch-gh-action@b9753bc9b3ea458ff21069eaf6206e01e046f0b5
2730
with:
2831
build-script: npm i
2932
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)