Compare commits
2 Commits
36192802ba
...
9320502c70
Author | SHA1 | Date |
---|---|---|
Continuous Integration | 9320502c70 | |
Continuous Integration | 45b108a403 |
|
@ -4,8 +4,8 @@ on:
|
|||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
#branches:
|
||||
# - 'develop-**'
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
delete:
|
||||
|
|
|
@ -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:
|
Loading…
Reference in New Issue