Skip to content

Commit

Permalink
Update build trigger conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Oct 4, 2022
1 parent 57b7747 commit 1cfa1c7
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

0 comments on commit 1cfa1c7

Please sign in to comment.