Skip to content

Commit

Permalink
added github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwojtyczka committed Feb 22, 2024
1 parent 37b0f37 commit f2f851b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ name: "dev deployment"
# runs at a time.
concurrency: 1

# Trigger this workflow whenever a pull request is opened against the repo's
# main branch or an existing pull request's head branch is updated.
# Trigger this workflow whenever a pull request is pushed to the repo's
# main branch.
on:
pull_request:
types:
- opened
- synchronize
push:
branches:
- main

Expand Down

0 comments on commit f2f851b

Please sign in to comment.