We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3121d commit cfc49e8Copy full SHA for cfc49e8
.github/workflows/run-tests-ci.yml
@@ -6,15 +6,15 @@ name: Run Tests CI
6
on:
7
# Run on pushes to main branch
8
push:
9
- branches: [ "main" ]
+ branches: [ "main", "setup_github_actions" ] # Add for testing
10
paths:
11
- 'examples/**'
12
- 'test-scripts/**'
13
- 'Dockerfile'
14
- '.github/workflows/run-tests-ci.yml'
15
# Run on pull requests to main branch
16
pull_request:
17
+ branches: [ "main", "yk/restructure_snippets" ] # Add target branch
18
19
20
0 commit comments