From 026dd49d6c55c288e6bacd8c0967964ec53932f9 Mon Sep 17 00:00:00 2001 From: lilyLuLiu Date: Fri, 28 Jun 2024 14:22:37 +0800 Subject: [PATCH] Create first workflow --- .github/workflows/main.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..6e89108 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,25 @@ +name: Publish release on github +on: + push: + tags: + - '*' +jobs: + build: + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + os: + - ubuntu-latest + go: + - '1.20' + steps: + - name: checkout qe-platform repo + uses: actions/checkout@master + with: + name: https://gitlab.cee.redhat.com/crc/qe-platform + ref: master + - name: Show Working directory + run: ls + - name: run script + run: echo ${{ }}