Skip to content

Commit

Permalink
Update run_prod.yml (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Dec 19, 2024
1 parent 7778706 commit 1cd2a6f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: Test running script for production

on:
push:
branches: [ "feature-merge-hepmc3-and-singles-submission" ]
pull_request:
branches: [ "main" ]
branches:
- '*'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-and-run:
# Note: this workflow must run on linux
Expand Down

0 comments on commit 1cd2a6f

Please sign in to comment.