Skip to content

Commit fcaefa0

Browse files
committed
BREAKING CHANGES 🚨: CI isn't triggering
1 parent 07c75ce commit fcaefa0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: Docker CI
22

33
on:
44
push:
5-
branches: ['ci', 'dev', 'main']
5+
branches: ['ci', 'dev']
66
tags: ['v*']
77

88
jobs:
99
order-service-build-and-push:
10-
# needs: build
1110
runs-on: ubuntu-latest
1211
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/')
1312
defaults:

0 commit comments

Comments
 (0)