Skip to content

Commit cfc49e8

Browse files
committed
change target branch for testing
1 parent 5e3121d commit cfc49e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ name: Run Tests CI
66
on:
77
# Run on pushes to main branch
88
push:
9-
branches: [ "main" ]
9+
branches: [ "main", "setup_github_actions" ] # Add for testing
1010
paths:
1111
- 'examples/**'
1212
- 'test-scripts/**'
1313
- 'Dockerfile'
1414
- '.github/workflows/run-tests-ci.yml'
1515
# Run on pull requests to main branch
1616
pull_request:
17-
branches: [ "main" ]
17+
branches: [ "main", "yk/restructure_snippets" ] # Add target branch
1818
paths:
1919
- 'examples/**'
2020
- 'test-scripts/**'

0 commit comments

Comments
 (0)