Skip to content

Commit

Permalink
fix: restrict build and docker workflows to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronraysmith committed Sep 11, 2023
1 parent d3c3cff commit 87e5323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Docker
on:
workflow_dispatch:
push:
branches:
- main
pull_request:

env:
Expand Down

0 comments on commit 87e5323

Please sign in to comment.