Skip to content

Commit c46b4b0

Browse files
committed
Allow workflow to be triggered manually
1 parent 235e84f commit c46b4b0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
name: Publish
1+
name: Publish FG7
22

33
on:
4+
workflow_dispatch:
5+
46
push:
57
branches: [ 'FG_7.0' ]
68
paths:
7-
- fg-plugin/**
89
- '!.github/workflows/**'
910
- '!README.md'
1011
- '!settings.gradle'
12+
- 'fg-plugin/**'
1113

1214
permissions:
1315
contents: read

fg-plugin/src/main/groovy/net/minecraftforge/gradle/Closures.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class Closures {
2828
/// swap out the [current thread's context class loader][Thread#setContextClassLoader(ClassLoader)] with that of the
2929
/// closure in order to force resolution of the groovy metaclass to the delegate object.
3030
///
31-
/// I'm sorry.
31+
/// I'm very sorry.
3232
///
3333
/// @see org.gradle.api.internal.AbstractTask.ClosureTaskAction#doExecute(org.gradle.api.Task)
3434
@SuppressWarnings({"rawtypes", "unchecked", "JavadocReference"})

0 commit comments

Comments
 (0)