Compare commits

..

2 Commits

Author SHA1 Message Date
Continuous Integration 9320502c70 Continuous Integration Build Artifacts yml files converted to xml 2023-10-22 19:33:14 +00:00
Continuous Integration 45b108a403 Continuous Integration Build Artifacts xml files converted to yml
build-develop-branch / build-branch (push) Successful in 26s Details
2023-10-22 19:32:45 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@ on:
pull_request:
types:
- closed
#branches:
# - 'develop-**'
branches:
- 'master'
jobs:
delete:

View File

@ -3,9 +3,9 @@ run-name: ${{ github.actor }} is learning GitHub Actions
on:
pull_request:
types:
- opened
#branches:
# - 'develop-**'
- reopened
branches:
- 'master'
jobs:
build-branch: