File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,18 @@ name: Tests
2121
2222on :
2323 push :
24- branches : # Run tests when commits are pushed to these branches in your repo
25- - main
26- - master
27- - develop
28- - dev/*
29- pull_request : # Run tests when pull requests are made on these branches in your repo
30- branches :
31- - main
32- - master
33- - develop
34- - dev/*
24+ # # Enable this block to run tests on code pushed to specific branches
25+ # branches:
26+ # - main # Main production branch
27+ # - master # Legacy or alternative main branch
28+ # - dev/* # Any feature branches under "dev/", e.g., dev/new-feature
29+
30+ pull_request :
31+ # # Enable this block to run tests on pull requests targeting specific branches
32+ # branches:
33+ # - main
34+ # - master
35+ # - dev/*
3536
3637jobs :
3738 call-tests :
You can’t perform that action at this time.
0 commit comments