Add main branch and updated github actions
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -2,7 +2,7 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -10,6 +10,6 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Starter Docker Test
|
||||
uses: cubetiq/starter-docker-actions@v1
|
||||
uses: cubetiq/starter-docker-actions@main
|
||||
with:
|
||||
run: docker version
|
||||
|
||||
Reference in New Issue
Block a user