Skip to content

Commit

Permalink
Merge pull request #14 from davidwessman/github-action-trigger-pull-r…
Browse files Browse the repository at this point in the history
…equest

Github Actions: Changes triggers
  • Loading branch information
aespinosa committed Mar 21, 2024
2 parents f0ceb24 + f6e6d0a commit ca39ae3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Main
on:
push:
workflow_dispatch:
branches: [release]
pull_request:
types: [opened, synchronize]

jobs:
tests:
Expand Down

0 comments on commit ca39ae3

Please sign in to comment.