Skip to content

Commit 3b7a415

Browse files
committed
Readme updates
1 parent 3a2b04b commit 3b7a415

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,18 @@ name: Tests
2121

2222
on:
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

3637
jobs:
3738
call-tests:

0 commit comments

Comments
 (0)