Skip to content

Commit

Permalink
Re-enable workflow on push/pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Nov 29, 2020
1 parent 263dbd5 commit 3dc753a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: CI

on:
# push:
# branches:
# - master
# - next
# pull_request:
# branches:
# - master
# - next
push:
branches:
- master
- next
pull_request:
branches:
- master
- next
release:
types:
- created
Expand Down

0 comments on commit 3dc753a

Please sign in to comment.