Skip to content

Commit

Permalink
fix: typo in cintegration-s3-caller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez authored Jun 13, 2022
1 parent 60b49ae commit 59717f3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cintegration-s3-caller.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Deploy Graasp perform to development environment

# Controls when the action will run.
# Control when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
# Triggers the workflow on push events only for the main branch
push:
branches:
- main
- main

# Triggers the workflow on closed pull request events only for the main branch
pull_request:
branches: [main]
types: [closed]

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

jobs:
Expand Down

0 comments on commit 59717f3

Please sign in to comment.