Skip to content

Commit

Permalink
Limit push CI trigger to main branch (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Mar 23, 2022
1 parent efcfe14 commit fce0abb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Docker build

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

jobs:
docker:
Expand Down

0 comments on commit fce0abb

Please sign in to comment.