Skip to content

Commit

Permalink
Now github should let me run publish manually
Browse files Browse the repository at this point in the history
  • Loading branch information
skycatminepokie committed Oct 14, 2023
1 parent dba4377 commit 822b3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
build:
if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' # ty process-analytics/github-actions-playground
runs-on: ubuntu-latest
steps:
- name: Check Environment Variables
Expand Down

0 comments on commit 822b3f7

Please sign in to comment.