Skip to content

Commit

Permalink
Enabled workflows for Pull Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Apr 18, 2024
1 parent b75a484 commit eaa2bd7
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.php73.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
paths-ignore:
- '**.md'
- '.github/**'
pull_request:
types:
- opened
branches:
- 'master'
workflow_dispatch:

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build.php74.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
paths-ignore:
- '**.md'
- '.github/**'
pull_request:
types:
- opened
branches:
- 'master'
workflow_dispatch:

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build.php80.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
paths-ignore:
- '**.md'
- '.github/**'
pull_request:
types:
- opened
branches:
- 'master'
workflow_dispatch:

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build.php81.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
paths-ignore:
- '**.md'
- '.github/**'
pull_request:
types:
- opened
branches:
- 'master'
workflow_dispatch:

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build.php82.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
paths-ignore:
- '**.md'
- '.github/**'
pull_request:
types:
- opened
branches:
- 'master'
workflow_dispatch:

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build.php83.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
paths-ignore:
- '**.md'
- '.github/**'
pull_request:
types:
- opened
branches:
- 'master'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit eaa2bd7

Please sign in to comment.