mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2024-11-19 20:31:51 +02:00
Stop running tests twice on PR (#176)
This commit is contained in:
parent
3f34a7b234
commit
4cb38cb268
8
.github/workflows/test-and-snapshot.yaml
vendored
8
.github/workflows/test-and-snapshot.yaml
vendored
@ -1,6 +1,12 @@
|
||||
name: test-and-snapshot
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user