Skip to content

Commit

Permalink
chore: Allow manual generation
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jun 11, 2024
1 parent 0acb9b2 commit afa7070
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/generate-manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Generate tokenlists manually

on:
workflow_dispatch:

jobs:
generate:
uses: ./.github/workflows/generate.yml
1 change: 1 addition & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Generate tokenlists

on:
workflow_call:
push:
branches:
- main
Expand Down

0 comments on commit afa7070

Please sign in to comment.