diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml new file mode 100644 index 0000000..ac6dfa7 --- /dev/null +++ b/.github/workflows/hello-world.yml @@ -0,0 +1,12 @@ +name: GitHub Actions Demo +on: workflow_run +defaults: + run: + working-directory: contracts +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: | + echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + ls