Skip to content

Commit d7f0cb7

Browse files
committed
add the current branch for testing github actions
1 parent cfc49e8 commit d7f0cb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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", "setup_github_actions" ] # Add for testing
9+
branches: [ "main", "setup_github_actions" ] # Add for testing, TODO: remove later
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", "yk/restructure_snippets" ] # Add target branch
17+
branches: [ "main" ]
1818
paths:
1919
- 'examples/**'
2020
- 'test-scripts/**'

0 commit comments

Comments
 (0)