We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a71b0 commit 38d000cCopy full SHA for 38d000c
1 file changed
.github/workflows/integration-tests.yml
@@ -1,5 +1,10 @@
1
name: Magento 2 Integration Tests
2
-on: ['push', 'pull_request']
+#on: ['push', 'pull_request']
3
+on:
4
+ release:
5
+ push:
6
+ branches:
7
+ - 'main'
8
9
jobs:
10
integration-tests:
0 commit comments