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 a8b31a6 commit a9d1250Copy full SHA for a9d1250
.circleci/config.yml
@@ -42,7 +42,7 @@ jobs:
42
only: /.*/
43
branches:
44
# Only dev branch, not PRs
45
- only: /^(?!pull\/)dev$/
+ only: dev
46
working_directory: ~/stac
47
docker:
48
- image: circleci/node:12
0 commit comments