diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index a982159..96d4da3 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -4,7 +4,7 @@ on: push: branches: - master - - github-actions-testing + - udaymothadaka-patch-1 pull_request: branches: - master @@ -12,8 +12,6 @@ jobs: build-k8s-athenz-syncer: runs-on: ubuntu-latest steps: - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Setup Go 1.22.x uses: actions/setup-go@v5 with: