mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
Merge pull request #567 from CommonCoreOntology/update-workflow
updating workflow to trigger on branches
This commit is contained in:
7
.github/workflows/manage_release.yml
vendored
7
.github/workflows/manage_release.yml
vendored
@@ -2,7 +2,12 @@ name: Build, Test, Draft Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
branches:
|
||||
- develop
|
||||
- feature/*
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user