Skip to content

Commit

Permalink
ci: run test when pushed to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MonolithProjects committed May 24, 2024
1 parent b96bd90 commit 5eac33f
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,11 +1,13 @@
name: molecule test

on:
push:
branches:
- develop
pull_request:
branches:
- master
- main
- devel*
types: [opened, synchronize, reopened]
paths:
- 'defaults/**'
Expand Down

0 comments on commit 5eac33f

Please sign in to comment.