Skip to content

Commit

Permalink
ci: Add branches to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
im-coder-lg authored Jan 8, 2022
1 parent bcd378f commit 70df3a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build Workflow

on:
on:
push:
branches: master
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:


Expand Down

0 comments on commit 70df3a8

Please sign in to comment.