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

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-07-01 19:42:21 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-07-01 19:43:14 +0300
commit5cb6ad8ee06f0fd58ce4304be641cda10b47fbbd (patch)
treec3c09e935750747e2f3f08826eab03e7eac45496 /.github
parent5af46b6eecc9fe04c140ec5304dabdd50bdaa3af (diff)
Simplify workflow trigger.
Also, a single '*' matches zero or more characters, but does not match the '/' character, so this is less restrictive.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 37fca57bc..046fa2aa1 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,10 +1,6 @@
name: Tests
-on:
- push:
- branches: "*"
- pull_request:
- branches: "*"
+on: [push, pull_request]
env:
build_directory: "Duplicati/GUI/Duplicati.GUI.TrayIcon/bin/Release"