We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42771be commit 13a5963Copy full SHA for 13a5963
.github/CODEOWNERS
@@ -1,5 +1,3 @@
1
-* @thepracticaldev/core-pullassigner
2
-
3
# SRE
4
Gemfile @thepracticaldev/sre
5
/db/ @thepracticaldev/sre
.travis.yml
@@ -49,7 +49,7 @@ deploy:
49
app:
50
master: practicaldev
51
on:
52
- condition: commit_message =~ /\[\s?deploy\s?\]/
+ condition: $TRAVIS_COMMIT_MESSAGE =~ /\[\s?deploy\s?\]/
53
after_deploy:
54
- bash after_deploy.sh
55
notifications:
0 commit comments