mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Build and commit changes to 'dist' automatically
Instead of requiring that developers keep the 'dist' directory up-to-date, this process is now automated via a workflow. Whenever a commit is pushed to 'main' (or a 'release/**' branch), the workflow will build the application and commit any changes to the 'dist' directory.
This commit is contained in:
2
sources/.gitignore
vendored
2
sources/.gitignore
vendored
@@ -102,3 +102,5 @@ __tests__/runner/*
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Local 'dist' directory within 'sources'. This is copied to ../dist by CI.
|
||||
dist/
|
||||
|
||||
Reference in New Issue
Block a user