Skip to content

Commit

Permalink
Update hello-world.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
catafest-work authored Nov 15, 2022
1 parent f150e36 commit 195695f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: 'Hello World!'
description: 'Saying hello to the world!'
author: 'Cătălin George Feștilă <catafest@yahoo.com>'

on:[push, pull_request]
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
hello-world
runs-on: ubuntu-lastest
steps:
- uses: actions/checkout@v2
- uses: ./
build:
runs-on: ubuntu-latest
steps:
- uses: catafest-work/ThreeJSTutorial@master

0 comments on commit 195695f

Please sign in to comment.