Hi. I want to test my django application on every push at github. I have created workflow script like this: name: CI on: [push] jobs: build: ...
確定! 回上一頁