Skip to content

Commit 56e417b

Browse files
Update main.yml
1 parent 1e8f0f7 commit 56e417b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111
jobs:
1212
# This workflow contains a single job called "build"
1313
Build-Demo:
14-
if: ${{ github.ref == 'refs/heads/demo' }} # The type of runner that the job will run on
14+
if: ${{ github.ref == 'refs/heads/demo' }}
15+
16+
# The type of runner that the job will run on
1517
runs-on: self-hosted
1618

1719
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)