We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fda52 commit bfce0c9Copy full SHA for bfce0c9
.github/workflows/test_buildx_and_publish.yml
@@ -35,7 +35,7 @@ jobs:
35
36
Publish:
37
# Completely avoid forks and pull requests to try this job.
38
- if: github.repository_owner == 'moodlehq' && github.event_name == 'push'
+ if: github.repository_owner == 'moodlehq' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
39
# Requires Test to pass
40
needs: Test
41
runs-on: ubuntu-latest
0 commit comments