Skip to content

Commit

Permalink
fix: workflow run on main push (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski authored Sep 30, 2022
1 parent a696f92 commit 43492a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: validate

on:
pull_request: {}
push:
branches: [main]
pull_request:
branches: ['**']

jobs:
main:
Expand Down

0 comments on commit 43492a7

Please sign in to comment.