mirror of
https://github.com/gflags/gflags.git
synced 2025-09-15 12:58:37 +08:00
test: Trigger workflow upon push on master (#370)
This commit is contained in:
parent
c1f63a168d
commit
52e94563eb
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -1,12 +1,15 @@
|
||||
name: Build and Run Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: check-${{ github.event.pull_request.number }}
|
||||
group: test-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user