Skip to content

Commit

Permalink
Merge pull request CommonCoreOntology#567 from CommonCoreOntology/upd…
Browse files Browse the repository at this point in the history
…ate-workflow

updating workflow to trigger on branches
  • Loading branch information
johnbeve authored Nov 28, 2024
2 parents 0d2267e + f65e1ad commit e3aa1cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/manage_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: Build, Test, Draft Release

on:
push:
branches: [ develop ]
branches:
- develop
- feature/*
pull_request:
branches:
- master

permissions:
contents: write
Expand Down

0 comments on commit e3aa1cd

Please sign in to comment.