Skip to content

Commit

Permalink
Triggering action on pull request too and changing main branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Savvas Dalkitsis authored Dec 11, 2020
1 parent a4c3682 commit da1f1f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Build & Publish
on:
push:
branches:
- master
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit da1f1f4

Please sign in to comment.