Skip to content

Commit

Permalink
finalized gh ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Jan 25, 2024
1 parent a9af234 commit 2e90fc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_upload_on_push_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
branches:
- "dev"
- "release"
- "infra/FAIRSPC-23_github_actions_CI"

jobs:
# A job to generate one shared unique version tag per build cycle for all built artifacts
Expand All @@ -28,8 +27,8 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- id: version #TODO: introduce release version generation strategy
name: Generating version tag for artifacts (Snapshot only)
- id: version
name: Generating version tag for artifacts
run: |
# EXTRACT VERSION
BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
Expand Down

0 comments on commit 2e90fc9

Please sign in to comment.