Correct syntax for testing PRs on main
All checks were successful
Build Develop Image / Build Image (push) Successful in 27s
Test Pull Request / Build Image (pull_request) Successful in 44s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Develop Image / Notify (push) Successful in 31s

This commit is contained in:
MrMeeb 2024-05-06 12:04:33 +00:00
parent 64f201b632
commit 7406fc7dde
Signed by: MrMeeb
SSH Key Fingerprint: SHA256:9ii6CJ11ZIZeIhBYDDUsxf/W0cwSp5Iqzb10Iydh3a4

View File

@ -2,7 +2,8 @@ name: Test Pull Request
on: on:
pull_request: pull_request:
branches: branches:
- ['develop', 'main'] - 'main'
- 'develop'
env: env:
FULL_TAG: git.mrmeeb.stream/mrmeeb/pywebfinger:develop FULL_TAG: git.mrmeeb.stream/mrmeeb/pywebfinger:develop