Skip to content

Commit

Permalink
build: try to fix trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Jan 21, 2022
1 parent 870f195 commit ffea572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: test-registries

on:
push:
# branches:
# - "main"
branches:
- "main"

jobs:
registry-unit-test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: test

on:
push: {}
push:
branches:
- "**"

jobs:
build-image:
Expand Down

0 comments on commit ffea572

Please sign in to comment.