We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892d105 commit cdc8784Copy full SHA for cdc8784
1 file changed
.github/workflows/SnoopCompile.yml
@@ -3,7 +3,7 @@ name: SnoopCompile
3
on:
4
push:
5
branches:
6
- # - 'master' # NOTE: uncomment to run the bot only on pushes to master
+ - 'master'
7
8
defaults:
9
run:
@@ -19,6 +19,8 @@ jobs:
19
matrix:
20
version: # NOTE: if not using `yml_path`, these should match the version in `BotConfig`
21
- 'nightly'
22
+ - '1.7.0-beta3'
23
+ - '1.6.2'
24
- '1.5.3'
25
- '1.4.2'
26
- '1.3.1'
0 commit comments