Skip to content

Commit

Permalink
edit workflow to test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreIorio committed Aug 28, 2024
1 parent 9ba3d7a commit 8faeea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Conditional Workflow on PR
on:
pull_request:
branches:
- main
- test-docker
types: [closed]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Preprocessing PR data
on:
pull_request:
branches:
- main
- test-docker
types: [opened, synchronize, reopened]

jobs:
Expand Down

0 comments on commit 8faeea7

Please sign in to comment.