Skip to content

Commit bfce0c9

Browse files
committed
Enable the builds in master for manually dispatched runs
1 parent 17fda52 commit bfce0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_buildx_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
Publish:
3737
# Completely avoid forks and pull requests to try this job.
38-
if: github.repository_owner == 'moodlehq' && github.event_name == 'push'
38+
if: github.repository_owner == 'moodlehq' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
3939
# Requires Test to pass
4040
needs: Test
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)