Skip to content

Commit c03b2f0

Browse files
add runs on option
1 parent 4e4aa3e commit c03b2f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: run codefresh pipeline
22
on: push
33
jobs:
44
build:
5+
runs-on: ubuntu-18.04
56
steps:
67
- name: 'run pipeline'
78
uses: ./

0 commit comments

Comments
 (0)