Add dev branch

This commit is contained in:
Alex
2022-07-28 18:15:03 +02:00
parent 25cac6f665
commit f71015fc5e
4 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
name: Publish doc
on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
tags: ['v*']
permissions:
contents: write

View File

@@ -2,7 +2,7 @@ name: Docker Image CI
on:
push:
branches: [ main ]
branches: [ "main", "dev" ]
tags: ['v*']
jobs:

View File

@@ -2,7 +2,8 @@ name: Elixir CI
on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
tags: ['v*']
pull_request:
branches: [ "main" ]