Skip to content

Commit

Permalink
Rename pushrm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Dec 27, 2023
1 parent 1585873 commit de8adb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- '**.md'
- '.gitignore'
- '.github/workflows/readme.yml'
- '.github/workflows/pushrm.yml'
pull_request:
paths-ignore:
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/readme.yml → .github/workflows/pushrm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: README
name: Docker Push Readme

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
paths:
- 'README.md'
- 'dockerhub-header.md'
- '.github/workflows/readme.yml'
- '.github/workflows/pushrm.yml'

jobs:
push-readme:
Expand Down

0 comments on commit de8adb4

Please sign in to comment.