mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2026-02-14 17:49:58 +00:00
Stop running tests twice on PR (#176)
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user