mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-05 08:55:59 +08:00
ci: Build only on push to main and pull request
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -4,11 +4,10 @@
|
||||
name: Build swift
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- stable/**
|
||||
- nobuild/**
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user