Loading .github/workflows/build.yml +10 −0 Original line number Diff line number Diff line Loading @@ -3,8 +3,18 @@ name: Build 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' jobs: build: Loading Loading
.github/workflows/build.yml +10 −0 Original line number Diff line number Diff line Loading @@ -3,8 +3,18 @@ name: Build 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' jobs: build: Loading