Skip to content

Commit e1c6c0d

Browse files
committed
Added workflow_job to jobs to run on any tag.
1 parent f807114 commit e1c6c0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,10 @@ workflows:
157157
version: 2
158158
test:
159159
jobs:
160-
- job_test_javascript
160+
- job_test_javascript:
161+
<<: *workflow_job
161162
- job_php_code_standards:
163+
<<: *workflow_job
162164
requires:
163165
- job_test_javascript
164166
- job_test_php56_min:

0 commit comments

Comments
 (0)