Skip to content

Commit

Permalink
fix action to trigger on push
Browse files Browse the repository at this point in the history
  • Loading branch information
healthedata1 committed Sep 19, 2023
1 parent 097d95a commit 83e91b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Build and Deploy
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
branches: [ "main", "master" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "master" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 83e91b7

Please sign in to comment.