Loading .github/workflows/test.yml +10 −0 Original line number Diff line number Diff line on: push: branches: [ master ] paths-ignore: - '**/test.yml' - '**/build.yml' - '**/README.md' - '**/docker-compose.yml' pull_request: branches: [ master ] paths-ignore: - '**/test.yml' - '**/build.yml' - '**/README.md' - '**/docker-compose.yml' name: "Test" permissions: {} Loading Loading
.github/workflows/test.yml +10 −0 Original line number Diff line number Diff line on: push: branches: [ master ] paths-ignore: - '**/test.yml' - '**/build.yml' - '**/README.md' - '**/docker-compose.yml' pull_request: branches: [ master ] paths-ignore: - '**/test.yml' - '**/build.yml' - '**/README.md' - '**/docker-compose.yml' name: "Test" permissions: {} Loading