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 3d51d25 commit b12f255Copy full SHA for b12f255
.github/workflows/main.yml
@@ -4,7 +4,9 @@ name: SYNC_CODE
4
5
on:
6
push:
7
- branches: [ master ]
+ branches:
8
+ - master
9
+ - 'coding-test/**'
10
tags: v*
11
12
jobs:
0 commit comments