trigger action on change in main branch
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
name: checkout
|
name: checkout
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- '*'
|
- main # Or your desired branch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
|
Reference in New Issue
Block a user