Skip to content

Commit

Permalink
Try triggering post-merge tests on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Oct 19, 2021
1 parent e7d4413 commit f658f60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI/CD workflow
on: [pull_request]
on:
pull_request:
types: [assigned, opened, synchronize, reopened]

jobs:
rubocop:
Expand Down

0 comments on commit f658f60

Please sign in to comment.