We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd3427 commit a9ca40cCopy full SHA for a9ca40c
1 file changed
.github/workflows/push.yml
@@ -1,12 +1,10 @@
1
name: Keboola Component Build & Deploy Pipeline
2
on:
3
push:
4
- branches:
5
- - feature/*
6
- - bug/*
7
- - fix/*
+ branches-ignore:
+ - main
8
tags:
9
- - "*" # Skip the workflow on the main branch without tags
+ - "*" # Skip the workflow on the main branch without tags
10
11
concurrency: ci-${{ github.ref }} # to avoid tag collisions in the ECR
12
env:
0 commit comments