We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b655e4 commit c55e43cCopy full SHA for c55e43c
.github/workflows/build_profiler.yml
@@ -7,6 +7,13 @@ on:
7
- "feature/**"
8
paths-ignore:
9
- ".github/**" # skip changes to the .github folder (workflows, etc.)
10
+
11
+ # needs to run on every push to main to keep CodeCov in sync
12
+ push:
13
+ branches:
14
+ - main
15
+ paths-ignore:
16
+ - ".github/**" # skip changes to the .github folder (workflows, etc.)
17
18
# this workflow can be called from another workflow
19
workflow_call:
.github/workflows/run_unit_tests.yml
@@ -5,6 +5,11 @@ on:
5
branches:
6
- main
workflow_dispatch: # allows for manual trigger
0 commit comments