Skip to content

Commit

Permalink
Add workflow_dispatch trigger (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Jan 19, 2024
1 parent f113a44 commit 383faa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion .github/workflows/repo-banner.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: GitHub Repo Banner

on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]

Expand Down Expand Up @@ -78,7 +79,6 @@ jobs:
name = name.replace('infra-', '');
} else if (name === '.github') {
type = '🛠️ Configuration';
output = 'banner/image.png';
}
// Handling description
Expand Down

0 comments on commit 383faa2

Please sign in to comment.