We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f3454 commit 780be10Copy full SHA for 780be10
.github/workflows/dev_deploy.yml
@@ -2,8 +2,9 @@ name: Deploy DRF Application
2
3
on:
4
push:
5
- branches: [dev]
6
- paths-ignore:
+ branches:
+ - dev
7
+ paths-ignore:
8
- 'readme.md'
9
10
jobs:
0 commit comments