Skip to content

Commit

Permalink
Update: main.yml enable build for every branch
Browse files Browse the repository at this point in the history
Change the build pattern. Build for every push and pull request.
  • Loading branch information
armantekinalp committed Nov 7, 2020
1 parent 7f1ddda commit 6ad0412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI
# events for the master branch, and pull request events for all branches.
on:
push:
branches: [ master ]
branches: [ _any_ ]
pull_request:
branches: [ _any_ ]

Expand Down

0 comments on commit 6ad0412

Please sign in to comment.