Loading .github/workflows/test.yml +5 −2 Original line number Diff line number Diff line Loading @@ -3,12 +3,15 @@ on: branches: [ master ] paths-ignore: - '**/*.md' - '**/*.yml' - '.github/**' - '.github/workflows/**' pull_request: branches: [ master ] paths-ignore: - '**/*.md' - '**/*.yml' - '.github/**' - '.github/workflows/**' name: "Test" permissions: {} Loading Loading
.github/workflows/test.yml +5 −2 Original line number Diff line number Diff line Loading @@ -3,12 +3,15 @@ on: branches: [ master ] paths-ignore: - '**/*.md' - '**/*.yml' - '.github/**' - '.github/workflows/**' pull_request: branches: [ master ] paths-ignore: - '**/*.md' - '**/*.yml' - '.github/**' - '.github/workflows/**' name: "Test" permissions: {} Loading