Compare commits

...

2 Commits

Author SHA1 Message Date
b65f049123 Only run the CI when the pipeline/Dockerfile changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-07 23:22:32 +02:00
460adbc169 Add a badge to the README 2023-10-07 23:22:18 +02:00
2 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,6 @@ steps:
secrets: [ repository_username, repository_password ]
when:
event: [push]
path:
# Only run the CI when the pipeline or the Dockerfile changes
include: ['.woodpecker.yml', 'Dockerfile']

View File

@ -1,5 +1,7 @@
# docker-flutter-arm64
[![status-badge](https://ci.polynom.me/api/badges/49/status.svg)](https://ci.polynom.me/repos/49)
A Docker container containing Flutter for ARM64 CI systems.
## License