We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 753b1bc + 5fea7dd commit fa60409Copy full SHA for fa60409
.github/workflows/build-images.yml
@@ -7,7 +7,9 @@ name: Docker Image CI
7
8
on:
9
push:
10
- branches: ['master', 'dev']
+ branches:
11
+ - dev
12
+ - master
13
14
env:
15
REGISTRY: ghcr.io
.github/workflows/lint-and-test.yml
@@ -3,8 +3,7 @@
3
4
name: Linting & Testing
5
6
-on:
- push
+on: push
permissions:
contents: read
0 commit comments