Skip to content

Commit

Permalink
add ansible/docker to list of actions triggers (#2347)
Browse files Browse the repository at this point in the history
currently if we modify the dockerfiles alone, the github build action won't be triggered.
  • Loading branch information
gdams authored Oct 11, 2021
1 parent 953e28f commit 8f69500
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
paths:
- .github/workflows/build.yml
- ansible/playbooks/AdoptOpenJDK_Unix_Playbook/**
branches:
- ansible/docker/**
branches:
- master
push:
paths:
- .github/workflows/build.yml
- ansible/playbooks/AdoptOpenJDK_Unix_Playbook/**
branches:
- ansible/docker/**
branches:
- master

jobs:
Expand Down

0 comments on commit 8f69500

Please sign in to comment.