Skip to content

Enable main branch

Enable main branch #56

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
CI:
uses: harik8/sandbox/.github/workflows/rw-ci.yaml@main
with:
paths_modified: '["hello-docker"]'
tag_latest: true
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}