Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit c0d5094

Browse files
authored
run on push
1 parent e13f708 commit c0d5094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/example-sync.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
schedule:
44
# every 4 hours
55
- cron: "0 */4 * * *"
6+
push:
67
workflow_dispatch:
78

89
jobs:
@@ -64,4 +65,4 @@ jobs:
6465
git push
6566
else
6667
echo "nothing to commit"
67-
fi
68+
fi

0 commit comments

Comments
(0)