Skip to content

Commit

Permalink
Allow triggering workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jun 14, 2024
1 parent 5d6e40a commit 0dc3d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-am-debs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Archivematica DEB Packages Test
on:
workflow_dispatch:
pull_request:
paths:
- "debs/jammy/archivematica/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-am-rpms.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Archivematica RPM Packages Test
on:
workflow_dispatch:
pull_request:
paths:
- "rpms/EL9/archivematica/**"
Expand Down

0 comments on commit 0dc3d9d

Please sign in to comment.