Skip to content

Commit

Permalink
Need to update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Nov 1, 2024
1 parent 642a451 commit b2435dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Docker Hub Description
on:
push:
branches:
- '6.0.x'
- '6.1.x'
paths:
- "README.md"
- .github/workflows/description.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test generated image
on:
push:
branches:
- "6.0.x"
- "6.1.x"
pull_request:
branches:
- "6.0.x"
- "6.1.x"

jobs:

Expand Down

0 comments on commit b2435dc

Please sign in to comment.