Update dependabot configuration and add container release workflow fo… #661
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Container CI | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- centos-* | |
- debian-* | |
- fedora-* | |
- ubuntu-* | |
jobs: | |
container-ci: | |
name: Reusable Workflow | |
uses: hspaans/.github/.github/workflows/container-ci.yml@master |