Skip to content

Commit a684e1d

Browse files
committed
remove other restrictions for testing
1 parent d98d1eb commit a684e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish
33
on:
44
pull_request:
55
branches: [main]
6+
push:
67

78
jobs:
89
ci:
@@ -15,7 +16,6 @@ jobs:
1516
name: Publish
1617
runs-on: ubuntu-latest
1718
needs: ci
18-
if: github.repository == 'ngrok/ngrok-javascript'
1919
steps:
2020
- uses: actions/checkout@v4
2121

0 commit comments

Comments
 (0)