Skip to content

Commit 906537c

Browse files
author
diegoteran99
committed
jupytext inside workflow folder
1 parent c7dcea6 commit 906537c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/blank.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ name: CI
55
# Controls when the workflow will run
66
on:
77
# Triggers the workflow on push or pull request events but only for the "main" branch
8-
push:
9-
branches: [ "main" ]
10-
pull_request:
11-
branches: [ "main" ]
8+
9+
#push:
10+
# branches: [ "main" ]
11+
#pull_request:
12+
# branches: [ "main" ]
1213

1314
# Allows you to run this workflow manually from the Actions tab
1415
workflow_dispatch:
File renamed without changes.

0 commit comments

Comments
 (0)