Skip to content

Commit

Permalink
Restore proper workflow trigger for verify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Jun 12, 2021
1 parent 2752434 commit 7f7b970
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Tag & Release
# TODO: Define this workflow.
# -----

# Manually triggered
# $ gh workflow run integration-tests.yml
on: workflow_dispatch

jobs:
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Unit tests

# For testing
on:
push

# on:
# pull_request:
# branches:
# - master
# - staging
pull_request:
branches:
- master
- staging

jobs:
verify:
Expand Down

0 comments on commit 7f7b970

Please sign in to comment.