Skip to content

Commit 44b4c23

Browse files
committed
Try to run on my branch
1 parent 84927bb commit 44b4c23

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Unit tests
22

3-
on: [push]
3+
on: push
4+
branches:
5+
- main
6+
- analysis/workflow
47

58
jobs:
69
build:
710

811
runs-on: ubuntu-latest
9-
if: github.ref == 'refs/heads/main'
12+
# if: github.ref == 'refs/heads/main'
1013
continue-on-error: false
1114
strategy:
1215
fail-fast: false

0 commit comments

Comments
 (0)