main:

run-ci:
	gh workflow run CI

run-ci-dev:
	gh workflow run CI --ref dev

watch:
	gh run watch
