Skip to content

Commit

Permalink
Skip go builds for smart contract changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lubkoll committed Jul 18, 2024
1 parent 64cee17 commit 7605e75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: Build Quasar
name: Build Quasar (Go)

on:
pull_request:
branches:
- main
- fix/*
paths-ignore:
- 'smart-contracts/**'
push:
branches:
- main
- fix/*
paths-ignore:
- 'smart-contracts/**'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

# This workflow makes x86_64 binaries for linux.
# TODO: add darwin later
jobs:
build-go:
name: quasar-${{ matrix.targetos }}-${{ matrix.arch }}
Expand Down

0 comments on commit 7605e75

Please sign in to comment.