Skip to content

Commit

Permalink
#14 💚 update to support forked branch pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Jan 3, 2024
1 parent 39f7574 commit bb393c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Build poetry-monorepo-dependency-plugin
on:
push:
branches: [ "dev" ]
pull_request:
pull_request_target:
branches: [ "dev" ]

jobs:
Expand Down
17 changes: 5 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,20 @@
</properties>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.technologybrrewery.habushu</groupId>
<artifactId>habushu-maven-plugin</artifactId>
<version>${version.habushu.plugin}</version>
<configuration>
<pythonVersion>3.11.4</pythonVersion>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.technologybrewery.habushu</groupId>
<artifactId>habushu-maven-plugin</artifactId>
<version>${version.habushu.plugin}</version>
<extensions>true</extensions>
<configuration>
<pythonVersion>3.11.4</pythonVersion>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<!-- During release preparation, Habushu will automatically update the versions of Habushu modules
Expand Down

0 comments on commit bb393c1

Please sign in to comment.