Skip to content

Commit

Permalink
understanding workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Meloni committed Nov 21, 2024
1 parent ae6f9ca commit f335ae3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'main'
- '2.10'
paths:
- 'MuonCollider-docker/AlmaLinux9/**'
- 'AlmaLinux9/**'
tags:
- 'v*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimal-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'main'
- '2.10'
paths:
- 'MuonCollider-docker/AlmaLinux9/Dockerfile-base'
- 'AlmaLinux9/Dockerfile-base'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mucoll-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'main'
- '2.10'
paths:
- 'MuonCollider-docker/AlmaLinux9/Dockerfile-sim'
- 'AlmaLinux9/Dockerfile-sim'
workflow_dispatch:

env:
Expand Down

0 comments on commit f335ae3

Please sign in to comment.