We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd825e4 commit 92f7243Copy full SHA for 92f7243
1 file changed
.github/workflows/workflow.yaml
@@ -3,9 +3,9 @@ run-name: ${{ github.actor }} is Building and pushing an image
3
on:
4
push:
5
branches: ['main']
6
- path-ignore:
7
- - 'Readme.md'
8
- - '**/readme.md'
+ paths-ignore:
+ - 'Readme.md'
+ - '**/readme.md'
9
jobs:
10
build:
11
runs-on: ubuntu-latest
0 commit comments