mirror of
https://github.com/gflags/gflags.git
synced 2025-04-03 20:45:03 +00:00
test: Trigger workflow upon push on master (#370)
Some checks failed
Build and Run Tests / Test on ubuntu-latest (push) Failing after 1s
Some checks failed
Build and Run Tests / Test on ubuntu-latest (push) Failing after 1s
This commit is contained in:
parent
c1f63a168d
commit
52e94563eb
1 changed files with 4 additions and 1 deletions
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…
Add table
Reference in a new issue