Skip to content

Commit 38d000c

Browse files
committed
Add CI files
1 parent 59a71b0 commit 38d000c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Magento 2 Integration Tests
2-
on: ['push', 'pull_request']
2+
#on: ['push', 'pull_request']
3+
on:
4+
release:
5+
push:
6+
branches:
7+
- 'main'
38

49
jobs:
510
integration-tests:

0 commit comments

Comments
 (0)