diff --git a/workflows/fedora-checkout.yml b/workflows/fedora-checkout.yml index 46518b6..da4e618 100644 --- a/workflows/fedora-checkout.yml +++ b/workflows/fedora-checkout.yml @@ -1,13 +1,14 @@ + name: checkout -on: +on: push: - tags: - - '*' + branches: + - main # Or your desired branch jobs: checkout: - runs-on: fedora-iso-creation:42:docker://git.phyllo.me/roots/fedora-iso-creation:42 + runs-on: fedora-latest steps: - uses: https://git.phyllo.me/actions/checkout@v4