Skip to content

Commit 9a3d409

Browse files
authored
run workflow on push
1 parent 1092ed5 commit 9a3d409

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: teltotwt
22

33
on:
4-
schedule:
5-
- cron: "0 5 31 2 *"
4+
push:
5+
branches:
6+
- main
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)