We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d46d4 commit fd77ac8Copy full SHA for fd77ac8
1 file changed
.github/workflows/main.yml
@@ -1,7 +1,7 @@
1
name: Metrics
2
on:
3
schedule: [{cron: "0 * * * *"}]
4
- push: {branches: ["main"]}
+ push: {branches: ["master", "main"]}
5
workflow_dispatch:
6
jobs:
7
github-metrics:
@@ -31,5 +31,5 @@ jobs:
31
plugin_languages_skipped: GOD-GOG
32
plugin_lines: yes
33
plugin_repositories: yes
34
- plugin_repositories_featured: firefly-cpp/NiaARM firefly-cpp/cover-letter-latex
+ #plugin_repositories_featured: firefly-cpp/NiaARM firefly-cpp/cover-letter-latex
35
plugin_traffic: yes
0 commit comments