Skip to content

Commit

Permalink
ci: only build on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt authored and vladdoster committed Jun 6, 2023
1 parent 68adee8 commit 86d6c9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Container images

on: [push, workflow_dispatch]
on:
push:
branches:
- main
workflow_dispatch:

jobs:
build-containers-with-zsh:
Expand Down

0 comments on commit 86d6c9e

Please sign in to comment.