Skip to content

Commit a54e4e9

Browse files
committed
SapMachine SAP#1985: Fix Github Actions settings for new SapMachine branches
1 parent e4dad5f commit a54e4e9

2 files changed

Lines changed: 3 additions & 38 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@ name: 'SapMachine GHA Sanity Checks'
2929
on:
3030
push:
3131
branches-ignore:
32-
- pr/*
33-
paths-ignore:
34-
- '**/*.md'
35-
- 'doc/**'
32+
# SapMachine 2020-11-04: Ignore sapmachine branch
33+
- sapmachine27
3634
# SapMachine 2020-11-04: Trigger on pull request
3735
pull_request:
3836
branches:
39-
- sapmachine
37+
- sapmachine27
4038
workflow_dispatch:
4139
inputs:
4240
platforms:

.github/workflows/wiki.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)