Skip to content

Commit bfd7607

Browse files
authoredJun 30, 2024··
Update main_py_to_bitly.yml
1 parent f73b5da commit bfd7607

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/main_py_to_bitly.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CI
2-
2+
33
on:
44
push:
55
branches: [ master ]
66
paths: [ 'main.py' ]
7-
7+
88
jobs:
99
job1:
1010
runs-on: ubuntu-latest
@@ -13,7 +13,7 @@
1313
steps:
1414
- id: step1
1515
run: path_of_main_py=`git diff --name-only HEAD~1 HEAD | grep '/main.py'`
16-
16+
1717
job2:
1818
needs: job1
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.