Skip to content

Commit

Permalink
Run workflow for each push and pull request event
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed May 12, 2021
1 parent 3ab3924 commit f2b9e90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: build docker image

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

jobs:

build-docker-image:
Expand Down

0 comments on commit f2b9e90

Please sign in to comment.