mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Have Circle CI ignore commits to the gh-pages branch
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
machine: true
|
||||
branches:
|
||||
ignore: gh-pages
|
||||
steps:
|
||||
-run: echo "Skipping tests on gh-pages branch"
|
||||
Reference in New Issue
Block a user