Skip to content

Commit

Permalink
Run CI's on PR's
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Jan 23, 2024
1 parent 0b08db6 commit 5904a73
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.php73.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
- '**.md'
- '.github/**'
- 'examples/**'
pull_request:
types:
- opened
branches:
- 'master'
workflow_dispatch:

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

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

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

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

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

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build.phpall.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
- '**.md'
- '.github/**'
- 'examples/**'
pull_request:
types:
- opened
branches:
- 'master'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5904a73

Please sign in to comment.