Skip to content

Commit

Permalink
Update GitHub workflow build/release config
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrietataru committed Sep 30, 2024
1 parent 7b4e149 commit 2d3652a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: build-CI

on:
create:
branches:
- feature/**
push:
branches:
- ace
- main
- develop
- feature/**
- bugfix/**
tags-ignore:
- '**'
paths-ignore:
- 'README.md'

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: release-CI

on:
create:
push:
branches:
- release/**
tags-ignore:
- '**'
paths-ignore:
- 'README.md'

jobs:
build:
Expand Down

0 comments on commit 2d3652a

Please sign in to comment.