mirror of
https://github.com/ekaaty/ca-certificates-brazil.git
synced 2025-12-06 01:22:38 -03:00
Testing Workflow
This commit is contained in:
2
.github/workflows/build-rpm.yml
vendored
2
.github/workflows/build-rpm.yml
vendored
@@ -3,9 +3,11 @@ name: Build RPM Package
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ workflows ]
|
branches: [ workflows ]
|
||||||
|
if: github.ref_type == 'tag'
|
||||||
tags: '*.*.*'
|
tags: '*.*.*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ workflows ]
|
branches: [ workflows ]
|
||||||
|
if: github.ref_type == 'tag'
|
||||||
tags: '*.*.*'
|
tags: '*.*.*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user