From 63e8db3ecda99d836882e79f84e9d45075568ce2 Mon Sep 17 00:00:00 2001 From: Sayand Sathish Date: Sat, 30 Dec 2023 13:53:50 +0530 Subject: [PATCH] ci: Setup gh-actions The file needs to be in the root of the repo --- .github/workflows/hello-world.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/hello-world.yml 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