Skip to content

ci(demo-workflow): run workflow on any other branch except main #4

ci(demo-workflow): run workflow on any other branch except main

ci(demo-workflow): run workflow on any other branch except main #4

Workflow file for this run

name: Demo workflow
on:
push:
branches-ignore:
- main
jobs:
demo:
runs-on: ubuntu-latest # self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: List all files
shell: bash
run: ls -r