Skip to content

Commit

Permalink
Update airflow-dags-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh0107 authored Jan 6, 2024
1 parent a5e6588 commit fdcb88c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/airflow-dags-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Airflow dags test
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "feature/dag-test-yml" ]
#pull_request:
#branches: [ "main" ]

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

0 comments on commit fdcb88c

Please sign in to comment.