Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schulze <martin.schulze@vireso.de>2022-10-22 23:46:17 +0300
committerMartin Schulze <martin.schulze@vireso.de>2022-10-22 23:46:17 +0300
commit7edd03d7555d3c4b7d768b1fb430f08aa67dc9f3 (patch)
tree0564432707643ba9fdfb7910286b4312305a73e6
parent5baa72044f69371daa52d216928d8d6771030f28 (diff)
Simplify triggerspr/gioele/49
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 5b84fa5..2cbea1e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -5,7 +5,7 @@ name: Tests
on:
push:
- branches: [ master ]
+ workflow_dispatch:
pull_request:
branches: [ master ]