Skip to content

Commit

Permalink
Enabled automatic triggering of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericsimard authored Sep 16, 2024
1 parent a95bab9 commit 8bdc47f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/prod_push_update_to_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Update website on server
# Controls when the action will run. Workflow runs when manually triggered using the UI or API.
on:
workflow_dispatch:
# push:
# branches:
# - main
# paths-ignore:
# - 'README.md'
# - 'LICENSE'
# - '.gitignore'
# - '.github/**'
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
- '.github/**'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 8bdc47f

Please sign in to comment.