Skip to content

Commit 3905cf6

Browse files
committed
testing the e2e temp workflow
1 parent a648d3d commit 3905cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/b2c-cli/.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: >
6363
(github.event_name == 'schedule' ||
6464
github.event_name == 'workflow_dispatch' ||
65-
(github.event_name == 'push' && github.ref == 'refs/heads/main'))
65+
(github.event_name == 'push'))
6666
6767
steps:
6868
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)