Skip to content

Commit

Permalink
Revert dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
ingleivj committed Oct 21, 2024
1 parent 1e12f64 commit e33638a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CI

on:
push:
# branches:
# - '!master'
branches:
- '!master'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release (Github Package Registry)
on:
push:
branches:
- 'release'
- 'master'

jobs:
release:
Expand Down

0 comments on commit e33638a

Please sign in to comment.