Skip to content

Commit fd77ac8

Browse files
committed
Minor fix
1 parent b0d46d4 commit fd77ac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Metrics
22
on:
33
schedule: [{cron: "0 * * * *"}]
4-
push: {branches: ["main"]}
4+
push: {branches: ["master", "main"]}
55
workflow_dispatch:
66
jobs:
77
github-metrics:
@@ -31,5 +31,5 @@ jobs:
3131
plugin_languages_skipped: GOD-GOG
3232
plugin_lines: yes
3333
plugin_repositories: yes
34-
plugin_repositories_featured: firefly-cpp/NiaARM firefly-cpp/cover-letter-latex
34+
#plugin_repositories_featured: firefly-cpp/NiaARM firefly-cpp/cover-letter-latex
3535
plugin_traffic: yes

0 commit comments

Comments
 (0)