We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4404908 commit bd68f96Copy full SHA for bd68f96
.github/workflows/build-docker-tutorial.yml
@@ -4,8 +4,8 @@ on:
4
push:
5
branches: [ master ]
6
paths:
7
- - './tutorial/Dockerfile'
8
- - './tutorial/root/**'
+ - 'tutorial/Dockerfile'
+ - 'tutorial/root/**'
9
- '.github/workflows/build-docker-tutorial.yml'
10
11
jobs:
0 commit comments