summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortux93 <tux93@users.noreply.github.com>2022-11-03 10:29:55 +0100
committerGitHub <noreply@github.com>2022-11-03 10:29:55 +0100
commitcd9e59f2f43189b889aacacda8566ff5d67a314b (patch)
tree2abb9168481149d348bd9a439dc1420271047254
parenta4298e9f59c25ed0cb36a403a56b79122cb6eef3 (diff)
downloadelementary-xfce-cd9e59f2f43189b889aacacda8566ff5d67a314b.tar.gz
Fix workflow file syntax (#347)
-rw-r--r--.github/workflows/symlinks-check.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/symlinks-check.yml b/.github/workflows/symlinks-check.yml
index a32d5930..63bc09dd 100644
--- a/.github/workflows/symlinks-check.yml
+++ b/.github/workflows/symlinks-check.yml
@@ -1,9 +1,10 @@
+---
name: "Check symlinks"
on:
- push
+ push:
branches:
- - master
+ - master
jobs:
check: