Skip to content

Commit

Permalink
CAB-6362 skip build on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
jfshenuw committed Apr 11, 2024
1 parent d0103ad commit bc0b526
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CI Build

on: [push]

on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bc0b526

Please sign in to comment.