Skip to content

Commit 7666b6b

Browse files
fixed yaml
1 parent 7277d6d commit 7666b6b

File tree

2 files changed

+7
-28
lines changed

2 files changed

+7
-28
lines changed

.github/workflows/flake8.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: Publish Pages
22

3-
on: [push]
3+
on:
44
push:
5-
branches: [master] # branch to trigger deployment
5+
branches: [main] # branch to trigger deployment
6+
7+
concurrency:
8+
group: gh-${{ github.ref }}
9+
cancel-in-progress: true
10+
611

712
jobs:
813
build:

0 commit comments

Comments
 (0)