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 b344dc1 commit afa6c67Copy full SHA for afa6c67
.github/workflows/continuous-integration.yml
@@ -1,6 +1,10 @@
1
name: Continuous Integration
2
3
-on: [pull_request_target]
+on:
4
+ push:
5
+ branches: [master]
6
+ pull_request:
7
+ types: [synchronize, opened, reopened, ready_for_review]
8
9
jobs:
10
test-saucelabs:
0 commit comments