mirror of
https://github.com/google/go-attestation.git
synced 2025-06-01 06:50:52 +00:00
ci: ONly run on pushes to master
This prevents running the CI twice when opening a PR with a non-master branch. Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
parent
2a5dfec7cf
commit
4b44082d2c
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -1,4 +1,8 @@
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
|
||||
name: Test
|
||||
jobs:
|
||||
test-linux:
|
||||
|
Loading…
x
Reference in New Issue
Block a user