Jae-Won Chung commited on
Commit
6744d9c
1 Parent(s): 08c080c

Update push action conditions

Browse files
Files changed (1) hide show
  1. .github/workflows/push_spaces.yaml +2 -1
.github/workflows/push_spaces.yaml CHANGED
@@ -6,13 +6,14 @@ on:
6
  - master
7
  paths:
8
  - 'data/**'
 
9
  - 'app.py'
10
- - 'LEADERBOARD.md'
11
  - 'README.md'
12
  - 'requirements.txt'
13
  - 'index.html'
14
  - 'LICENSE'
15
  - '.github/workflows/push_spaces.yaml'
 
16
 
17
  concurrency:
18
  group: ${{ github.ref }}-hfpush
 
6
  - master
7
  paths:
8
  - 'data/**'
9
+ - 'docs/**'
10
  - 'app.py'
 
11
  - 'README.md'
12
  - 'requirements.txt'
13
  - 'index.html'
14
  - 'LICENSE'
15
  - '.github/workflows/push_spaces.yaml'
16
+ - 'spitfight/**'
17
 
18
  concurrency:
19
  group: ${{ github.ref }}-hfpush