diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba68fd0..a74a9b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,12 @@ name: Build Drivechain Launcher Project on: - push: - branches: - - ** pull_request: + push: branches: - - ** + - '**' + tags-ignore: + - '**' jobs: build: