Skip to content

Commit

Permalink
Rename existing Github anaconda-pkg-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Jan 6, 2022
1 parent 7c21d56 commit 5d44830
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Build and publish package builder images
name: Build and publish Linux package builder images
on:
push:
tags:
- 'pkg-build-*'
paths:
- 'anaconda-pkg-build/**/Dockerfile'
- '.github/workflows/anaconda_pkg_build.yml'
- 'anaconda-pkg-build/linux/Dockerfile'
- '.github/workflows/anaconda_pkg_build_linux.yml'
pull_request:
paths:
- 'anaconda-pkg-build/**/Dockerfile'
- '.github/workflows/anaconda_pkg_build.yml'
- 'anaconda-pkg-build/linux/Dockerfile'
- '.github/workflows/anaconda_pkg_build_linux.yml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5d44830

Please sign in to comment.