Spaces:
Runtime error
Runtime error
Soutrik
commited on
Commit
·
279680a
1
Parent(s):
8a103fd
allow-empty -m "Trigger CI/CD pipelines"
Browse files
.github/workflows/cd.yaml
CHANGED
@@ -9,6 +9,7 @@ on:
|
|
9 |
jobs:
|
10 |
deploy:
|
11 |
runs-on: self-hosted
|
|
|
12 |
|
13 |
steps:
|
14 |
- name: Checkout repository
|
|
|
9 |
jobs:
|
10 |
deploy:
|
11 |
runs-on: self-hosted
|
12 |
+
if: github.ref_name == 'main' || github.ref_name == 'feat/pytorch-catdog-setup'
|
13 |
|
14 |
steps:
|
15 |
- name: Checkout repository
|