Skip to content

Commit 5942a34

Browse files
authored
Add reenable branch to workflow push triggers
1 parent a3ce9ed commit 5942a34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codestats.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Update gist with Code::Stats stats
22
on:
33
push:
4-
branches: master
4+
branches:
5+
- master
6+
- reenable-workflow
57
schedule:
68
- cron: "0 */3 * * *"
79
jobs:

0 commit comments

Comments
 (0)