Skip to content

Commit

Permalink
Add run-condition on action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcn committed Jan 15, 2022
1 parent 9e4aa82 commit 152eeeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create new release
name: Create release

on:
push:
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/pythonUnitTest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Python UnitTest
name: Run UnitTest

on: [push]
on:
push:
paths:
- 'installer.sh'
- 'fastHistory/**'
- 'pip/**'

jobs:
build:
Expand Down

0 comments on commit 152eeeb

Please sign in to comment.