Skip to content

Commit 880ac9d

Browse files
Fixed workflow definition
1 parent 76519ca commit 880ac9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
version: 2
22
jobs:
33
build:
4-
branches:
5-
ignore:
6-
- example-of-usage
74
machine: true
85
working_directory: ~/ci_app
96
environment:
@@ -94,5 +91,8 @@ workflows:
9491
version: 2
9592
test_and_static:
9693
jobs:
97-
- build
94+
- build:
95+
filters:
96+
branches:
97+
ignore: example-of-usage
9898
- static-analysis

0 commit comments

Comments
 (0)