Skip to content

Commit

Permalink
[YUNIKORN-1025] Run github actions on push as well as pull request (#60)
Browse files Browse the repository at this point in the history
Closes: #60
  • Loading branch information
craigcondit committed Jan 13, 2022
1 parent 90d0824 commit 681c622
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 681c622

Please sign in to comment.