Skip to content

Commit 124476e

Browse files
authored
Merge pull request #5 from aksh1618/reenable-workflow
Add reenable branch to workflow push triggers
2 parents a3ce9ed + 5942a34 commit 124476e

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)