Skip to content

Commit

Permalink
Fix workflow file name in path conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Feb 26, 2021
1 parent 0622b89 commit 2350ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-manylinux-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
- cron: 0 0 * * MON
pull_request:
paths:
- .github/workflows/build-docker-images.yml
- .github/workflows/build-manylinux-container-images.yml
- build-scripts/manylinux-container-image/**
push:
branches:
- devel
paths:
- .github/workflows/build-docker-images.yml
- .github/workflows/build-manylinux-container-images.yml
- build-scripts/manylinux-container-image/**

jobs:
Expand Down

0 comments on commit 2350ff4

Please sign in to comment.