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 5d775c3 commit 37c2e45Copy full SHA for 37c2e45
taskcluster/scriptworker-task.yml
@@ -9,8 +9,14 @@ build:
9
- "test-nodejs_5x-linux-amd64-opt"
10
- "test-nodejs_6x-linux-amd64-opt"
11
allowed:
12
- - "push"
13
- ref_match: "refs/tags/"
+ # FIXME: Switch to "push" and "refs/tags/" when ready.
+ # - "push"
14
+ - "pull_request.opened"
15
+ - "pull_request.synchronize"
16
+ - "pull_request.reopened"
17
18
+ # ref_match: "refs/tags/"
19
+ ref_match: "refs/heads/"
20
routes:
21
- "notify.irc-channel.${notifications.irc}.on-exception"
22
- "notify.irc-channel.${notifications.irc}.on-failed"
0 commit comments