Skip to content

Commit

Permalink
Merge pull request #81 from neutrons/action_trigger
Browse files Browse the repository at this point in the history
Update build trigger conditions
  • Loading branch information
rosswhitfield authored Oct 4, 2022
2 parents 57b7747 + 1cfa1c7 commit 39c7401
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Trigger ORNL GitLab Production Pipeline

on:
push:
branches:
- main
- next
- qa
workflow_dispatch:
pull_request:
push:
branches: [next]
tags: ['v*']

jobs:
test-and-deploy:
Expand Down

3 comments on commit 39c7401

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitLab pipeline for refred-dev has been submitted for this commit: "https://code.ornl.gov/sns-hfir-scse/deployments/conda-legacy-deploy/-/pipelines/287607"

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitLab pipeline for refred-qa has been submitted for this commit: "https://code.ornl.gov/sns-hfir-scse/deployments/conda-legacy-deploy/-/pipelines/287609"

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitLab pipeline for refred has been submitted for this commit: "https://code.ornl.gov/sns-hfir-scse/deployments/conda-legacy-deploy/-/pipelines/287982"

Please sign in to comment.