-
Notifications
You must be signed in to change notification settings - Fork 119
CI CD tool
nmaya edited this page Aug 3, 2025
·
3 revisions
- リポジトリへの変更で自動的に実行される
- commit の push
- Pull Request の作成
- Pull Request に含まれる commit の追加
- Pull Request のマージによるマージコミットの作成
- tag の作成
- リポジトリへの変更で自動的に実行するようにもできる
- type が Generic Git ではなく GitHub であれば可能
- GitHub Actions も自動的に実行されて重複するので、現在は off にしている
AppVeyor プロジェクトの使い分けについてはAppVeyorを参照