We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c75ce commit fcaefa0Copy full SHA for fcaefa0
1 file changed
.github/workflows/node.js.yml
@@ -2,12 +2,11 @@ name: Docker CI
2
3
on:
4
push:
5
- branches: ['ci', 'dev', 'main']
+ branches: ['ci', 'dev']
6
tags: ['v*']
7
8
jobs:
9
order-service-build-and-push:
10
- # needs: build
11
runs-on: ubuntu-latest
12
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/')
13
defaults:
0 commit comments